From da58dd1a466a2889356bfbc1517cd8fa2cad7689 Mon Sep 17 00:00:00 2001 From: Kristi Date: Sat, 26 Oct 2019 15:28:57 -0400 Subject: [PATCH] Update ignored file color --- themes/tokyo-night-color-theme.json | 2 +- themes/tokyo-night-storm-color-theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 7d1a1d9..642c048 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -260,7 +260,7 @@ "terminal.ansiBrightWhite": "#acb0d0", "gitDecoration.modifiedResourceForeground": "#6183bb", - "gitDecoration.ignoredResourceForeground": "#52576e", + "gitDecoration.ignoredResourceForeground": "#515670", "gitDecoration.deletedResourceForeground": "#914c54", "gitDecoration.untrackedResourceForeground": "#449dab", "gitDecoration.conflictingResourceForeground": "#bb7a61", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 8f369c1..9f9d756 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -259,7 +259,7 @@ "terminal.ansiBrightWhite": "#acb0d0", "gitDecoration.modifiedResourceForeground": "#6183bb", - "gitDecoration.ignoredResourceForeground": "#5a607d", + "gitDecoration.ignoredResourceForeground": "#545c7e", "gitDecoration.deletedResourceForeground": "#914c54", "gitDecoration.untrackedResourceForeground": "#449dab", "gitDecoration.conflictingResourceForeground": "#bb7a61",