From 93d45f0eb6ac02715c0af536cc7fe8ae5518fe90 Mon Sep 17 00:00:00 2001 From: equinusocio Date: Fri, 3 Nov 2017 21:32:32 +0100 Subject: [PATCH] chore: Fix gitDecoration file explorer --- src/themes/theme-template-color-theme.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index b9ed8c3..18b2e96 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -820,8 +820,10 @@ "peekViewTitleDescription.foreground": "{{variant.scheme.foreground}}60", "debugToolBar.background": "{{variant.scheme.background}}", "pickerGroup.foreground": "{{commons.accents.Teal}}", - "git.modifiedForeground": "{{variant.scheme.base.yellow}}90", - "git.untrackedForeground": "{{variant.scheme.base.green}}90", - "git.ignoredForeground": "{{variant.scheme.sidebarForeground}}90" + "gitDecoration.deletedResourceForeground": "{{variant.scheme.base.red}}90", + "gitDecoration.conflictingResourceForeground": "{{variant.scheme.base.yellow}}90", + "gitDecoration.modifiedResourceForeground": "{{variant.scheme.base.blue}}90", + "gitDecoration.untrackedResourceForeground": "{{variant.scheme.base.green}}90", + "gitDecoration.ignoredResourceForeground": "{{variant.scheme.sidebarForeground}}90" } } \ No newline at end of file