Darken banner background on light themes

This commit is contained in:
Miguel Solorio
2021-10-11 09:09:34 -07:00
parent 2f3a3c1183
commit 84a5899485
+1 -1
View File
@@ -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."));