chore: Fix git status color in explorer view
This commit is contained in:
parent
1e34a96856
commit
e58e7c1c83
1 changed files with 3 additions and 3 deletions
|
@ -820,8 +820,8 @@
|
||||||
"peekViewTitleDescription.foreground": "{{variant.scheme.foreground}}60",
|
"peekViewTitleDescription.foreground": "{{variant.scheme.foreground}}60",
|
||||||
"debugToolBar.background": "{{variant.scheme.background}}",
|
"debugToolBar.background": "{{variant.scheme.background}}",
|
||||||
"pickerGroup.foreground": "{{commons.accents.Teal}}",
|
"pickerGroup.foreground": "{{commons.accents.Teal}}",
|
||||||
"git.color.modified": "{{variant.scheme.base.yellow}}90",
|
"git.modifiedForeground": "{{variant.scheme.base.yellow}}90",
|
||||||
"git.color.untracked": "{{variant.scheme.base.green}}90",
|
"git.untrackedForeground": "{{variant.scheme.base.green}}90",
|
||||||
"git.color.ignored": "{{variant.scheme.sidebarForeground}}90"
|
"git.ignoredForeground": "{{variant.scheme.sidebarForeground}}90"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue