Fix untrackedResourceForeground

This commit is contained in:
simurai 2021-09-17 17:37:23 +09:00
parent 229f23c38d
commit 7312381b43
1 changed files with 1 additions and 1 deletions

View File

@ -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),