From e58e7c1c83636ce549506a2baab8ea36cf40dcc6 Mon Sep 17 00:00:00 2001 From: equinusocio Date: Wed, 1 Nov 2017 21:08:02 +0100 Subject: [PATCH] chore: Fix git status color in explorer view --- src/themes/theme-template-color-theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index a5bd0c8..b9ed8c3 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -820,8 +820,8 @@ "peekViewTitleDescription.foreground": "{{variant.scheme.foreground}}60", "debugToolBar.background": "{{variant.scheme.background}}", "pickerGroup.foreground": "{{commons.accents.Teal}}", - "git.color.modified": "{{variant.scheme.base.yellow}}90", - "git.color.untracked": "{{variant.scheme.base.green}}90", - "git.color.ignored": "{{variant.scheme.sidebarForeground}}90" + "git.modifiedForeground": "{{variant.scheme.base.yellow}}90", + "git.untrackedForeground": "{{variant.scheme.base.green}}90", + "git.ignoredForeground": "{{variant.scheme.sidebarForeground}}90" } } \ No newline at end of file