From 5d9ee2e563f13649a41a6869364953f423897ca5 Mon Sep 17 00:00:00 2001 From: Kristi Date: Mon, 6 Dec 2021 21:06:41 -0500 Subject: [PATCH] Fix selection color in folded regions --- 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, 3 insertions(+), 3 deletions(-) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index dbd584c..13d0815 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -142,7 +142,7 @@ "selection.background": "#515c7e40", "editor.background": "#1a1b26", "editor.foreground": "#a9b1d6", - "editor.foldBackground": "#16161e", + "editor.foldBackground": "#1111174a", "editorLink.activeForeground": "#acb0d0", "editor.selectionBackground": "#515c7e40", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 3ff01a4..687ca9a 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -141,7 +141,7 @@ "selection.background": "#fafbff55", "editor.background": "#d5d6db", "editor.foreground": "#343b59", - "editor.foldBackground": "#cbccd1", + "editor.foldBackground": "#b2b3b833", "editorLink.activeForeground": "#1f2335", "editor.selectionBackground": "#fafbff40", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 1bfa41e..af3075a 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -142,7 +142,7 @@ "selection.background": "#6f7bb635", "editor.background": "#24283b", "editor.foreground": "#a9b1d6", - "editor.foldBackground": "#1f2335", + "editor.foldBackground": "#181b294a", "editorLink.activeForeground": "#a9b1d6", "editor.selectionBackground": "#6f7bb630",