From 4e3e0ec9f05c5bbc6dffdd7e33f528551c983c5a Mon Sep 17 00:00:00 2001 From: Kristi Date: Thu, 18 Nov 2021 10:10:07 -0500 Subject: [PATCH] Add sash hover border color --- themes/tokyo-night-color-theme.json | 1 + themes/tokyo-night-light-color-theme.json | 1 + themes/tokyo-night-storm-color-theme.json | 1 + 3 files changed, 3 insertions(+) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 2ee0674..6d15846 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -44,6 +44,7 @@ "settings.headerForeground": "#6183bb", "window.activeBorder": "#0d0f17", "window.inactiveBorder":"#0d0f17", + "sash.hoverBorder": "#29355a", "welcomePage.buttonBackground": "#16161e", "welcomePage.buttonHoverBackground": "#14141b", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index fa993ff..1bb12ed 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -44,6 +44,7 @@ "settings.headerForeground": "#34548a", "window.activeBorder": "#cdced1", "window.inactiveBorder":"#cdced1", + "sash.hoverBorder": "#828594", "extensionButton.prominentBackground": "#34548aDD", "extensionButton.prominentHoverBackground": "#34548aAA", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 6cb7355..19ff998 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -44,6 +44,7 @@ "settings.headerForeground": "#6183bb", "window.activeBorder": "#0d0f17", "window.inactiveBorder":"#0d0f17", + "sash.hoverBorder": "#29355a", "welcomePage.buttonBackground": "#1b1e2e", "welcomePage.buttonHoverBackground": "#1b1e2eaa",