Skip to content

Commit c227d09

Browse files
Qalayakettanaito
andauthored
fix: use different colors for git decorators (#15)
* Adding a different color to git ignored The theme needs a color to differentiate git ignored folders and files. It is a simple addition for this purpose. * fix: add modified git decorator Co-authored-by: Artem Zakharchenko <[email protected]>
1 parent a9f4803 commit c227d09

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

demo/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
git-ignored.txt

themes/codesandbox-dark.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@
105105

106106
"gitDecoration.deletedResourceForeground": "#C54444",
107107
"gitDecoration.untrackedResourceForeground": "#9FE7A0",
108-
"gitDecoration.conflictingResourceForeground": "#ED6C6C"
108+
"gitDecoration.conflictingResourceForeground": "#ED6C6C",
109+
"gitDecoration.ignoredResourceForeground": "#585858",
110+
"gitDecoration.modifiedResourceForeground": "#DD763C"
109111
},
110112
"tokenColors": [
111113
{

0 commit comments

Comments
 (0)