From 4ab224bc24ff3715aa65968c049685d9f0f59906 Mon Sep 17 00:00:00 2001 From: Kristi Date: Fri, 16 Oct 2020 09:54:30 -0400 Subject: [PATCH] Update git staged deleted and modified colors --- themes/tokyo-night-color-theme.json | 3 +++ themes/tokyo-night-light-color-theme.json | 2 ++ themes/tokyo-night-storm-color-theme.json | 2 ++ 3 files changed, 7 insertions(+) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 5482e8c..137e392 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -302,6 +302,9 @@ "gitDecoration.deletedResourceForeground": "#914c54", "gitDecoration.untrackedResourceForeground": "#449dab", "gitDecoration.conflictingResourceForeground": "#bb7a61", + "gitDecoration.stageDeletedResourceForeground": "#914c54", + "gitDecoration.stageModifiedResourceForeground": "#6183bb", + "merge.currentHeaderBackground": "#007a75aa", "merge.currentContentBackground": "#007a7544", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index f136196..d8ddfe2 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -306,6 +306,8 @@ "gitDecoration.deletedResourceForeground": "#914c54", "gitDecoration.untrackedResourceForeground": "#166775", "gitDecoration.conflictingResourceForeground": "#bb7a61", + "gitDecoration.stageDeletedResourceForeground": "#914c54", + "gitDecoration.stageModifiedResourceForeground": "#34548a", "merge.currentHeaderBackground": "#007a75aa", "merge.currentContentBackground": "#007a7544", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index f23ccd5..d31cc8e 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -301,6 +301,8 @@ "gitDecoration.deletedResourceForeground": "#914c54", "gitDecoration.untrackedResourceForeground": "#449dab", "gitDecoration.conflictingResourceForeground": "#bb7a61", + "gitDecoration.stageDeletedResourceForeground": "#914c54", + "gitDecoration.stageModifiedResourceForeground": "#6183bb", "merge.currentHeaderBackground": "#007a75aa", "merge.currentContentBackground": "#007a7544",