From ce0e34bc127cd20921dfc1ac0a83d52418e99c43 Mon Sep 17 00:00:00 2001 From: Kristi Date: Sun, 10 Nov 2019 18:49:58 -0500 Subject: [PATCH] Update range highlight background --- themes/tokyo-night-color-theme.json | 2 +- themes/tokyo-night-storm-color-theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index bc16e62..f39f3f3 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -108,7 +108,7 @@ "editor.findMatchHighlightBackground": "#3d59a166", "editor.findRangeHighlightBackground": "#515c7e33", - "editor.rangeHighlightBackground": "#515c7e11", + "editor.rangeHighlightBackground": "#515c7e20", "editor.wordHighlightBackground": "#515c7e33", "editor.wordHighlightStrongBackground": "#515c7e44", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index d932ab4..5a489cc 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -108,7 +108,7 @@ "editor.findMatchHighlightBackground": "#3d59a166", "editor.findRangeHighlightBackground": "#6f7bb625", - "editor.rangeHighlightBackground": "#292e42", + "editor.rangeHighlightBackground": "#6f7bb620", "editor.wordHighlightBackground": "#6f7bb633", "editor.wordHighlightStrongBackground": "#6f7bb644",