Update command center styles and titlebar border radius (#302404)

fix: update command center background and border styles in theme and adjust titlebar border radius

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
This commit is contained in:
Lee Murray
2026-03-17 11:39:17 +00:00
committed by GitHub
parent f57e615389
commit 16bb37eae9
2 changed files with 3 additions and 4 deletions

View File

@@ -108,9 +108,9 @@
"menu.border": "#E4E5E6FF",
"commandCenter.foreground": "#202020",
"commandCenter.activeForeground": "#202020",
"commandCenter.background": "#FAFAFD",
"commandCenter.background": "#FFFFFF",
"commandCenter.activeBackground": "#DADADA4f",
"commandCenter.border": "#D8D8D8",
"commandCenter.border": "#D8D8D8AA",
"editor.background": "#FFFFFF",
"editor.foreground": "#202020",
"editorLineNumber.foreground": "#606060",

View File

@@ -173,11 +173,10 @@
border: 1px solid var(--vscode-commandCenter-border);
overflow: hidden;
margin: 0 6px;
border-radius: var(--vscode-cornerRadius-large);
border-radius: var(--vscode-cornerRadius-medium);
height: 22px;
width: 38vw;
max-width: 600px;
box-shadow: inset var(--vscode-shadow-sm);
}
.monaco-workbench .part.titlebar > .titlebar-container > .titlebar-center > .window-title > .command-center .action-item.command-center-center .action-item.command-center-quick-pick {