From ee3c8252ec45019bce7c89028c795beb435fc172 Mon Sep 17 00:00:00 2001 From: David Dossett Date: Mon, 12 Dec 2022 12:44:58 -0800 Subject: [PATCH] Dark+ V2: match panel color to rest of the workbench (#168906) Match panel color to rest of the workbench --- 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 5551b2c6d6d..755deffe0ba 100644 --- a/extensions/theme-defaults/themes/dark_plus_experimental.json +++ b/extensions/theme-defaults/themes/dark_plus_experimental.json @@ -68,7 +68,7 @@ "notifications.background": "#1f1f1f", "notifications.border": "#ffffff15", "notifications.foreground": "#ffffffc5", - "panel.background": "#1f1f1f", + "panel.background": "#181818", "panel.border": "#ffffff15", "panelInput.border": "#ffffff15", "panelTitle.activeBorder": "#2488d8",