From c9dc8e5eee467af39190f07c9ba3e6336fc9b62d Mon Sep 17 00:00:00 2001 From: Kristi Date: Mon, 5 Apr 2021 10:15:36 -0400 Subject: [PATCH] Add added and rename git resource colors --- themes/tokyo-night-color-theme.json | 2 ++ themes/tokyo-night-light-color-theme.json | 2 ++ themes/tokyo-night-storm-color-theme.json | 2 ++ 3 files changed, 6 insertions(+) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index f365ba9..372c04d 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -327,6 +327,8 @@ "gitDecoration.modifiedResourceForeground": "#6183bb", "gitDecoration.ignoredResourceForeground": "#515670", "gitDecoration.deletedResourceForeground": "#914c54", + "gitDecoration.renamedResourceForeground": "#449dab", + "gitDecoration.addedResourceForeground": "#449dab", "gitDecoration.untrackedResourceForeground": "#449dab", "gitDecoration.conflictingResourceForeground": "#bb7a61", "gitDecoration.stageDeletedResourceForeground": "#914c54", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index d84737b..81fa5d6 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -331,6 +331,8 @@ "gitDecoration.modifiedResourceForeground": "#34548a", "gitDecoration.ignoredResourceForeground": "#828594", "gitDecoration.deletedResourceForeground": "#914c54", + "gitDecoration.renamedResourceForeground": "#166775", + "gitDecoration.addedResourceForeground": "#166775", "gitDecoration.untrackedResourceForeground": "#166775", "gitDecoration.conflictingResourceForeground": "#bb7a61", "gitDecoration.stageDeletedResourceForeground": "#914c54", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index e2fcc87..3d87498 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -326,6 +326,8 @@ "gitDecoration.modifiedResourceForeground": "#6183bb", "gitDecoration.ignoredResourceForeground": "#545c7e", "gitDecoration.deletedResourceForeground": "#914c54", + "gitDecoration.renamedResourceForeground": "#449dab", + "gitDecoration.addedResourceForeground": "#449dab", "gitDecoration.untrackedResourceForeground": "#449dab", "gitDecoration.conflictingResourceForeground": "#bb7a61", "gitDecoration.stageDeletedResourceForeground": "#914c54",