Closed lmittmann closed 4 years ago
Hi, I enjoy using your theme for a while now. This PR makes git-ignored files "greyed-out" in the dark theme.
You can try it in settings.json:
settings.json
"workbench.colorCustomizations":{ "gitDecoration.ignoredResourceForeground": "#444444" }
Hi, I enjoy using your theme for a while now. This PR makes git-ignored files "greyed-out" in the dark theme.
You can try it in
settings.json
: