-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
I'm currently working on a theme for VS Code called Rubecula and have tried to add support for GitLens. However I couldn't fully test all of the colors because I don't know how to reproduce them. I cannot figure out how to make the following color customizations show up:
// Specifies the background color of the trailing blame annotation
"gitlens.trailingLineBackgroundColor": "untested",
// Specifies the foreground color of the trailing blame annotation
"gitlens.trailingLineForegroundColor": "untested",Note that untested is converted to the color red.
Could you describe in steps how I could see these colors manifest themselves so I can add support for them? Is it perhaps possible to include some screenshots as well?
Secondly whenever I open the git blame window, GitLens apparently adds a red border (it might be retrieved from the color scheme because it looks like the red I use for errors). Is it possible to change this somewhere or am I missing something?
Lastly I was wondering whether it was possible to change the color of this blue line in the Git blame gutter. It seems to be an image that is repeated.

