From ee9f087b2f7a3e3848ce7ddc73d44c8440f5ce72 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 20 Oct 2022 21:00:35 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20Sash=20color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/shades-of-purple-color-theme-dark.json | 5 ++++- themes/shades-of-purple-color-theme.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/themes/shades-of-purple-color-theme-dark.json b/themes/shades-of-purple-color-theme-dark.json index c1e606b..5c96fef 100644 --- a/themes/shades-of-purple-color-theme-dark.json +++ b/themes/shades-of-purple-color-theme-dark.json @@ -372,7 +372,10 @@ // Tree List Filter Colors. "listFilterWidget.background": "#191830", "listFilterWidget.outline": "#191830", - "listFilterWidget.noMatchesOutline": "#EC3A37F5" + "listFilterWidget.noMatchesOutline": "#EC3A37F5", + + // Border color of active sashes. + "sash.hoverBorder": "#FAD000" // TODO: Colors to be added. // "inputValidation.infoForeground": "#FAD000", // Input validation foreground color for information severity. diff --git a/themes/shades-of-purple-color-theme.json b/themes/shades-of-purple-color-theme.json index ba6a199..101f3f2 100644 --- a/themes/shades-of-purple-color-theme.json +++ b/themes/shades-of-purple-color-theme.json @@ -372,7 +372,10 @@ // Tree List Filter Colors. "listFilterWidget.background": "#2D2B55", "listFilterWidget.outline": "#2D2B55", - "listFilterWidget.noMatchesOutline": "#EC3A37F5" + "listFilterWidget.noMatchesOutline": "#EC3A37F5", + + // Border color of active sashes. + "sash.hoverBorder": "#FAD000" // TODO: Colors to be added. // "inputValidation.infoForeground": "#FAD000", // Input validation foreground color for information severity.