From 19113a06512a535e47e3c39cc56b75d8fc43f2f6 Mon Sep 17 00:00:00 2001 From: Kristi Date: Fri, 22 Jul 2022 03:09:41 -0400 Subject: [PATCH] Update gutter modified color --- themes/tokyo-night-storm-color-theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 78f9593..3861954 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -183,7 +183,7 @@ "editorOverviewRuler.selectionHighlightForeground": "#a9b1d622", "editorOverviewRuler.wordHighlightForeground": "#bb9af755", "editorOverviewRuler.wordHighlightStrongForeground": "#bb9af766", - "editorOverviewRuler.modifiedForeground": "#394b70", + "editorOverviewRuler.modifiedForeground": "#3d547a", "editorOverviewRuler.addedForeground": "#164846", "editorOverviewRuler.deletedForeground": "#703438", @@ -193,13 +193,13 @@ "editorInfo.foreground": "#0da0ba", "editorHint.foreground": "#0da0ba", - "editorGutter.modifiedBackground": "#394b70", + "editorGutter.modifiedBackground": "#3d547a", "editorGutter.addedBackground": "#164846", "editorGutter.deletedBackground": "#823c41", "editorGhostText.foreground": "#7582ba", - "minimapGutter.modifiedBackground": "#425882", + "minimapGutter.modifiedBackground": "#3d547a", "minimapGutter.addedBackground": "#1C5957", "minimapGutter.deletedBackground": "#944449",