What resource sets the sourceDateGutter change color? #3038
-
|
👉🏻 I don't have a bug to report. I just need information, and haven't been able to find it anywhere else. Any assistance is appreciated.
Active extensionsRemote system
Enabled features
Shell envBUILDLIB=<redacted>
CURLIB=<redacted>
HOME=/home/<redacted>
HOST=<redacted>
LIBLS=<recacted>
LOGIN=<redacted>
LOGNAME=<redacted>
MAIL=/var/spool/mail/<redacted>
PASE_USRGRP_LIMITED=N
PATH=/QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:.:/usr/bin
SHELL=/QOpenSys/usr/bin/bsh
SSH_CLIENT=<redacted>
SSH_CONNECTION=<redacted>
TZ=<PST>8<PDT>,M3.2.0,M11.1.0
USER=<redacted>
USERNAME=<redacted>
WORKDIR=/home/<redacted>Variants{
"american": "#@$",
"local": "#@$",
"qsysNameRegex": {}
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@themountinman There are 2 types of gutter colors which have associated
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 |
Beta Was this translation helpful? Give feedback.


@themountinman There are 2 types of gutter colors which have associated
ThemeColorIDs:gitDecoration.addedResourceForegroundgitDecoration.modifiedResourceForegroundThese 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
ThemeColorIDs here: https://code.visualstudio.com/api/references/theme-color