From 02b3123f3399ef2dc649d9497a76ec3b2de94da4 Mon Sep 17 00:00:00 2001 From: Kristi Date: Sun, 10 Nov 2019 18:50:19 -0500 Subject: [PATCH] Add selection highlight background --- themes/tokyo-night-color-theme.json | 1 + themes/tokyo-night-storm-color-theme.json | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index f39f3f3..086ad41 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -111,6 +111,7 @@ "editor.rangeHighlightBackground": "#515c7e20", "editor.wordHighlightBackground": "#515c7e33", "editor.wordHighlightStrongBackground": "#515c7e44", + "editor.selectionHighlightBackground": "#515c7e28", "editorCursor.foreground": "#c0caf5", "editorIndentGuide.background": "#1e202e", //"#1e202e", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 5a489cc..23e7325 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -111,6 +111,7 @@ "editor.rangeHighlightBackground": "#6f7bb620", "editor.wordHighlightBackground": "#6f7bb633", "editor.wordHighlightStrongBackground": "#6f7bb644", + "editor.selectionHighlightBackground": "#6f7bb622", "editorCursor.foreground": "#c0caf5", "editorIndentGuide.background": "#292e42",