Skip to content

ST4 - Line annotation background color looks ugly #552

Closed
@pvanb

Description

@pvanb

Description

With the newest version of GitGutter the line annotations for ST4 use the background color of the current color scheme, but this looks ugly when using the "highlight_line": true option.

Screen Shot 2020-06-19 at 7 25 33 PM

I propose either the background be set back to transparent (as it is in ST3) or have it be configurable in the same way the foreground is:

"rules":
[
	{
		"scope": "comment.line.annotation.git_gutter",
		"foreground": "#586e75",
		"background": "#073642", // or just "transparent"
	}
]

Support Info

  • Sublime Text 4074
  • Platform: osx
  • Arch: x64
  • GitGutter 1.11.2
  • Install via PC: True
  • git version 2.24.3 (Apple Git-128)
  • mdpopups 3.7.1
  • markdown 3.1.1
  • pygments 2.1a0
  • jinja2 2.10.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions