From 36c0db8c9b217f842d17c932afad4cb0dffd66fa Mon Sep 17 00:00:00 2001 From: "Zane D. Purvis" Date: Tue, 26 Mar 2024 16:21:17 -0400 Subject: [PATCH] Set super dark's menu.selectionBackground Using a color from elsewhere in the super dark theme to make the currently selected menu item more visible. The color used for `activityBar.activeBorder` seems like a good middle ground of not too bright (it is "super dark," after all) and not too dark for the menu (need some contrast). --- themes/shades-of-purple-color-theme-super-dark.json | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/shades-of-purple-color-theme-super-dark.json b/themes/shades-of-purple-color-theme-super-dark.json index dfc00da..edd09db 100644 --- a/themes/shades-of-purple-color-theme-super-dark.json +++ b/themes/shades-of-purple-color-theme-super-dark.json @@ -367,6 +367,7 @@ // Customizable menu. "menu.separatorBackground": "#A599E9", + "menu.selectionBackground": "#6943ff62", // Tab stops. "editor.snippetTabstopHighlightBackground": "#6943ff62",