From cf3ed5113448bbc5817866d854fb121a9602c755 Mon Sep 17 00:00:00 2001 From: Kristi Russell Date: Wed, 10 Jul 2024 00:39:21 -0400 Subject: [PATCH] Update indent guide color --- themes/tokyo-night-color-theme.json | 4 ++-- themes/tokyo-night-light-color-theme.json | 4 ++-- themes/tokyo-night-storm-color-theme.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 30fd03a..9a5f95a 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -163,8 +163,8 @@ "editor.selectionHighlightBackground": "#515c7e44", "editorCursor.foreground": "#c0caf5", - "editorIndentGuide.background": "#1e202e", - "editorIndentGuide.activeBackground": "#363b54", + "editorIndentGuide.background1": "#232433", + "editorIndentGuide.activeBackground1": "#363b54", "editorLineNumber.foreground": "#363b54", "editorLineNumber.activeForeground": "#737aa2", "editor.lineHighlightBackground": "#1e202e", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 191805c..be7088c 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -162,8 +162,8 @@ "editor.selectionHighlightBackground": "#fafbff55", "editorCursor.foreground": "#4c505e", - "editorIndentGuide.background": "#cacbcf", - "editorIndentGuide.activeBackground": "#f4f5f8", + "editorIndentGuide.background1": "#c5c6c9", + "editorIndentGuide.activeBackground1": "#f4f5f8", "editorLineNumber.foreground": "#9da0ab", "editorLineNumber.activeForeground": "#4c505e", "editor.lineHighlightBackground": "#dcdee3", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index b2ec851..a8d54c6 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -163,8 +163,8 @@ "editor.selectionHighlightBackground": "#6f7bb633", "editorCursor.foreground": "#c0caf5", - "editorIndentGuide.background": "#292e42", - "editorIndentGuide.activeBackground": "#3b4261", + "editorIndentGuide.background1": "#2d324a", + "editorIndentGuide.activeBackground1": "#3b4261", "editorLineNumber.foreground": "#3b4261", "editorLineNumber.activeForeground": "#737aa2", "editor.lineHighlightBackground": "#292e42",