-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Labels
Description
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.
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
Reactions are currently unavailable
