Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Dossett <ddossett@microsoft.com>2022-05-17 04:40:33 +0300
committerGitHub <noreply@github.com>2022-05-17 04:40:33 +0300
commit5f3e9c120a4407de3e55465588ce788618526eb0 (patch)
treeeab730987a5c277135e105c5041b355d61d7eab0 /extensions
parentc2b064538b5016371522f3e4e4a56d23924ec8ce (diff)
Update custom menu styles (#149187)
* Initial updates * Add border radius * Address PR feedback * Fix typo * Update shadow blur * Update LR padding and use description foreground for shortcuts * Typo * Fix separator padding/margin * fix jumpy items in hc themes * Fix shadow and border radius * Use opacity for keybinding for better color blend * Update min width and container padding T/B * Revert actionbar margin and remove unnecessary menu css file * Ensure menus respect 0 horizontal margin rule * set bg/fg color on menu container * better fix for jumpy menu items * use outline instead of border * clean up dead css in style.css fix opacity for separators in menus * bring back vertical action bar margins * Remove old CSS import Co-authored-by: SteVen Batten <sbatten@microsoft.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/theme-defaults/themes/dark_vs.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/theme-defaults/themes/dark_vs.json b/extensions/theme-defaults/themes/dark_vs.json
index 768a6b3038c..8072b0bdd6e 100644
--- a/extensions/theme-defaults/themes/dark_vs.json
+++ b/extensions/theme-defaults/themes/dark_vs.json
@@ -12,7 +12,7 @@
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#BBBBBB",
"input.placeholderForeground": "#A6A6A6",
- "menu.background": "#252526",
+ "menu.background": "#303031",
"menu.foreground": "#CCCCCC",
"statusBarItem.remoteForeground": "#FFF",
"statusBarItem.remoteBackground": "#16825D",