mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
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:
@@ -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",
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user