Tested on both the Oscura Duck & Midnight themes, using the VSCode extension (version 0.1.4)
In this screenshot, 'dist,' 'node_modules,' and '.env' are ignored in .gitignore; however, there is no indication of this:

I think we need to add "gitDecoration.ignoredResourceForeground": "A color" after this line:
|
"gitDecoration.deletedResourceForeground": "#FF5C5C", // Deleted files color |
Tested on both the Oscura Duck & Midnight themes, using the VSCode extension (version 0.1.4)
In this screenshot, 'dist,' 'node_modules,' and '.env' are ignored in .gitignore; however, there is no indication of this:

I think we need to add
"gitDecoration.ignoredResourceForeground": "A color"after this line:oscura/themes/oscura-midnight.json
Line 117 in f8e450b