miguelsolorio / min-theme

A minimal theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=miguelsolorio.min-theme
MIT License
198 stars 20 forks source link

Added gitDecoration.ignoredResourceForeground #18

Closed lmittmann closed 4 years ago

lmittmann commented 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:

"workbench.colorCustomizations":{
    "gitDecoration.ignoredResourceForeground": "#444444"
}