Skip to content

Commit

Permalink
fix: use different colors for git decorators (#15)
Browse files Browse the repository at this point in the history
* 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 <kettanaito@gmail.com>
  • Loading branch information
Qalaya and kettanaito committed Jun 27, 2022
1 parent a9f4803 commit c227d09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git-ignored.txt
4 changes: 3 additions & 1 deletion themes/codesandbox-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@

"gitDecoration.deletedResourceForeground": "#C54444",
"gitDecoration.untrackedResourceForeground": "#9FE7A0",
"gitDecoration.conflictingResourceForeground": "#ED6C6C"
"gitDecoration.conflictingResourceForeground": "#ED6C6C",
"gitDecoration.ignoredResourceForeground": "#585858",
"gitDecoration.modifiedResourceForeground": "#DD763C"
},
"tokenColors": [
{
Expand Down

0 comments on commit c227d09

Please sign in to comment.