Merge pull request #294554 from microsoft/mrleemurray/medieval-violet-takin

Update menu separator color and enhance backdrop-filter for context menus
This commit is contained in:
Lee Murray
2026-02-11 18:28:35 +00:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -94,7 +94,7 @@
"menu.foreground": "#bfbfbf",
"menu.selectionBackground": "#3994BC26",
"menu.selectionForeground": "#bfbfbf",
"menu.separatorBackground": "#838485",
"menu.separatorBackground": "#2A2B2C",
"menu.border": "#2A2B2CFF",
"commandCenter.foreground": "#bfbfbf",
"commandCenter.activeForeground": "#bfbfbf",

View File

@@ -283,10 +283,7 @@
/* Context Menus */
.monaco-workbench .monaco-menu .monaco-action-bar.vertical {
box-shadow: var(--shadow-lg);
border-radius: var(--radius-lg);
backdrop-filter: var(--backdrop-blur-md);
-webkit-backdrop-filter: var(--backdrop-blur-md);
}
.monaco-workbench .context-view .monaco-menu {
@@ -295,6 +292,11 @@
border-radius: var(--radius-lg);
}
.monaco-workbench .monaco-menu-container > .monaco-scrollable-element {
border-radius: var(--radius-lg) !important;
box-shadow: var(--shadow-lg) !important;
}
.monaco-workbench .action-widget {
background: color-mix(in srgb, var(--vscode-menu-background) 60%, transparent) !important;
backdrop-filter: var(--backdrop-blur-md);