Skip to content
Discussion options

You must be logged in to vote

@themountinman There are 2 types of gutter colors which have associated ThemeColor IDs:

  • For searched dates: gitDecoration.addedResourceForeground
  • For lines edited today: gitDecoration.modifiedResourceForeground

These are default IDs part of VS Code which can in fact be customized. You can do this in the VS Code settings:

and then customizing the color associated with those IDs:

You can find all these different built-in ThemeColor IDs here: https://code.visualstudio.com/api/references/theme-color

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SanjulaGanepola
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2432 on January 17, 2026 00:49.