mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 15:26:49 +01:00
Darken banner background on light themes
This commit is contained in:
@@ -328,7 +328,7 @@ export const PANEL_SECTION_BORDER = registerColor('panelSection.border', {
|
||||
|
||||
export const BANNER_BACKGROUND = registerColor('banner.background', {
|
||||
dark: listActiveSelectionBackground,
|
||||
light: listActiveSelectionBackground,
|
||||
light: darken(listActiveSelectionBackground, 0.3),
|
||||
hc: listActiveSelectionBackground
|
||||
}, localize('banner.background', "Banner background color. The banner is shown under the title bar of the window."));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user