From 7f5644cc70c788f937a82b4ef3aac1453cf994fa Mon Sep 17 00:00:00 2001 From: David Dossett Date: Tue, 18 Apr 2023 07:50:26 -0700 Subject: [PATCH] Fix active list background in dark+ v2 (#180170) --- extensions/theme-defaults/themes/dark_plus_experimental.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/theme-defaults/themes/dark_plus_experimental.json b/extensions/theme-defaults/themes/dark_plus_experimental.json index 04236f7ed9d..f5a1647f43c 100644 --- a/extensions/theme-defaults/themes/dark_plus_experimental.json +++ b/extensions/theme-defaults/themes/dark_plus_experimental.json @@ -59,7 +59,7 @@ "inputOption.activeBackground": "#2489db82", "inputOption.activeBorder": "#2488db", "keybindingLabel.foreground": "#cccccc", - "list.activeSelectionBackground": "#ffffff0f", + "list.activeSelectionBackground": "#323232", "list.activeSelectionIconForeground": "#ffffff", "list.activeSelectionForeground": "#ffffff", "menu.background": "#1f1f1f",