Skip to content

Better theming support/docs #360

@AndreasBackx

Description

@AndreasBackx

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?

Screenshot red border

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.

Screenshot blue line

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions