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",