chore: Fix git status color in explorer view

This commit is contained in:
equinusocio 2017-11-01 21:08:02 +01:00
parent 1e34a96856
commit e58e7c1c83

View file

@ -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"
} }
} }