From f12ac2bae7f3d9c22a0d8f40f5751d741cc9f5c6 Mon Sep 17 00:00:00 2001 From: Kristi Date: Wed, 24 Mar 2021 15:15:26 -0400 Subject: [PATCH] Brighten word selection background slightly --- themes/tokyo-night-color-theme.json | 10 +++++----- themes/tokyo-night-light-color-theme.json | 4 ++-- themes/tokyo-night-storm-color-theme.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 1f4d8b1..687c5fe 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -130,16 +130,16 @@ "editor.findRangeHighlightBackground": "#515c7e33", "editor.rangeHighlightBackground": "#515c7e20", - "editor.wordHighlightBackground": "#515c7e33", - "editor.wordHighlightStrongBackground": "#515c7e44", - "editor.selectionHighlightBackground": "#515c7e28", + "editor.wordHighlightBackground": "#515c7e44", + "editor.wordHighlightStrongBackground": "#515c7e55", + "editor.selectionHighlightBackground": "#515c7e44", "editorCursor.foreground": "#c0caf5", - "editorIndentGuide.background": "#1e202e", //"#1e202e", + "editorIndentGuide.background": "#1e202e", "editorIndentGuide.activeBackground": "#363b54", "editorLineNumber.foreground": "#363b54", "editorLineNumber.activeForeground": "#737aa2", - "editor.lineHighlightBackground": "#1e202e", //"#1e202e", + "editor.lineHighlightBackground": "#1e202e", "editorWhitespace.foreground": "#363b54", "editorMarkerNavigation.background": "#16161e", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 259617a..dfed3f6 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -127,8 +127,8 @@ "editor.findRangeHighlightBackground": "#34548a15", "editor.rangeHighlightBackground": "#fafbff20", "editor.wordHighlightBackground": "#fafbff33", - "editor.wordHighlightStrongBackground": "#fafbff44", - "editor.selectionHighlightBackground": "#fafbff22", + "editor.wordHighlightStrongBackground": "#fafbff66", + "editor.selectionHighlightBackground": "#fafbff55", "editorCursor.foreground": "#4c505e", "editorIndentGuide.background": "#cacbcf", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 67e0d84..53c4b49 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -132,7 +132,7 @@ "editor.rangeHighlightBackground": "#6f7bb620", "editor.wordHighlightBackground": "#6f7bb633", "editor.wordHighlightStrongBackground": "#6f7bb644", - "editor.selectionHighlightBackground": "#6f7bb622", + "editor.selectionHighlightBackground": "#6f7bb633", "editorCursor.foreground": "#c0caf5", "editorIndentGuide.background": "#292e42",