Skip to content

Commit f450e0b

Browse files
author
misolori
committed
Increase opacity to meet color contrast ratio, fixes #52023
1 parent 096d627 commit f450e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/common/theme.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export const PANEL_ACTIVE_TITLE_FOREGROUND = registerColor('panelTitle.activeFor
188188
}, nls.localize('panelActiveTitleForeground', "Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal."));
189189

190190
export const PANEL_INACTIVE_TITLE_FOREGROUND = registerColor('panelTitle.inactiveForeground', {
191-
dark: transparent(PANEL_ACTIVE_TITLE_FOREGROUND, 0.5),
191+
dark: transparent(PANEL_ACTIVE_TITLE_FOREGROUND, 0.6),
192192
light: transparent(PANEL_ACTIVE_TITLE_FOREGROUND, 0.75),
193193
hc: Color.white
194194
}, nls.localize('panelInactiveTitleForeground', "Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal."));

0 commit comments

Comments
 (0)