From 7e92f4d497954c8c58c8db5c80fe96d2a171c094 Mon Sep 17 00:00:00 2001 From: Kristi Date: Thu, 12 Dec 2019 23:38:22 -0500 Subject: [PATCH] Add minimap gutter VCS decorations --- themes/tokyo-night-color-theme.json | 4 ++++ themes/tokyo-night-storm-color-theme.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index f1189e4..3943842 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -152,6 +152,10 @@ "editorGutter.addedBackground": "#164846", "editorGutter.deletedBackground": "#823c41", + "minimapGutter.modifiedBackground": "#425882", + "minimapGutter.addedBackground": "#1C5957", + "minimapGutter.deletedBackground": "#944449", + "editorGroup.border": "#101014", "editorGroup.dropBackground": "#1e202e", "editorGroupHeader.tabsBorder": "#101014", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 2f4c1e0..02f7b53 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -152,6 +152,10 @@ "editorGutter.addedBackground": "#164846", "editorGutter.deletedBackground": "#823c41", + "minimapGutter.modifiedBackground": "#425882", + "minimapGutter.addedBackground": "#1C5957", + "minimapGutter.deletedBackground": "#944449", + "editorGroup.border": "#1b1e2e", "editorGroup.dropBackground": "#292e42", "editorGroupHeader.tabsBorder": "#1b1e2e",