Skip to content

Instantly share code, notes, and snippets.

@ricealexander
Created April 15, 2020 21:29
Show Gist options
  • Save ricealexander/702a2b903728120102da567334a327af to your computer and use it in GitHub Desktop.
Save ricealexander/702a2b903728120102da567334a327af to your computer and use it in GitHub Desktop.
ignoredResources should not be red in VSCode theme
{
"workbench.colorCustomizations": {
"gitDecoration.ignoredResourceForeground": "#727272"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment