Skip to content

Commit a632c11

Browse files
committed
1 parent 55719a3 commit a632c11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ import { IStatusbarService } from 'vs/workbench/services/statusbar/browser/statu
1717
export const STATUS_BAR_DEBUGGING_BACKGROUND = registerColor('statusBar.debuggingBackground', {
1818
dark: '#CC6633',
1919
light: '#CC6633',
20-
hcDark: '#CC6633',
21-
hcLight: '#CC6633'
20+
hcDark: '#BA592C',
21+
hcLight: '#B5200D'
2222
}, localize('statusBarDebuggingBackground', "Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window"));
2323

2424
export const STATUS_BAR_DEBUGGING_FOREGROUND = registerColor('statusBar.debuggingForeground', {
2525
dark: STATUS_BAR_FOREGROUND,
2626
light: STATUS_BAR_FOREGROUND,
2727
hcDark: STATUS_BAR_FOREGROUND,
28-
hcLight: STATUS_BAR_FOREGROUND
28+
hcLight: '#FFFFFF'
2929
}, localize('statusBarDebuggingForeground', "Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window"));
3030

3131
export const STATUS_BAR_DEBUGGING_BORDER = registerColor('statusBar.debuggingBorder', {

0 commit comments

Comments
 (0)