From ec58533e18fb544104a3bcab61e46928d261af62 Mon Sep 17 00:00:00 2001 From: Nari Lee Date: Fri, 15 Sep 2023 01:10:52 +0900 Subject: [PATCH] rollback of hover and drop background for list --- themes/new-dark-theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/new-dark-theme.json b/themes/new-dark-theme.json index 367c95e..d24f8bc 100644 --- a/themes/new-dark-theme.json +++ b/themes/new-dark-theme.json @@ -130,8 +130,8 @@ "list.focusHighlightForeground": "#c5a542", "list.highlightForeground": "#c5a542", "list.inactiveSelectionBackground": "#002a40", - "list.hoverBackground": "#2f65ca", - "list.dropBackground": "#2f65ca", + "list.hoverBackground": "#0000001f", + "list.dropBackground": "#373a3c", "statusBar.background": "#3b3f41", "statusBar.border": "#4e4e4e",