Skip to content

Commit

Permalink
Fix untrackedResourceForeground
Browse files Browse the repository at this point in the history
  • Loading branch information
simurai committed Sep 17, 2021
1 parent 229f23c commit 7312381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function getTheme({ theme, name }) {
"gitDecoration.addedResourceForeground" : hex(color.success.fg),
"gitDecoration.modifiedResourceForeground" : hex(color.attention.fg),
"gitDecoration.deletedResourceForeground" : hex(color.danger.fg),
"gitDecoration.untrackedResourceForeground" : hex(color.fg.subtle),
"gitDecoration.untrackedResourceForeground" : hex(color.success.fg),
"gitDecoration.ignoredResourceForeground" : hex(color.fg.subtle),
"gitDecoration.conflictingResourceForeground": hex(color.severe.fg),
"gitDecoration.submoduleResourceForeground" : hex(color.fg.muted),
Expand Down

0 comments on commit 7312381

Please sign in to comment.