Skip to content

Commit 772c089

Browse files
author
Benjamin Pasero
committed
update description (for microsoft#31529)
1 parent 2f57095 commit 772c089

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/common/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const STATUS_BAR_FOREGROUND = registerColor('statusBar.foreground', {
134134
dark: '#FFFFFF',
135135
light: '#FFFFFF',
136136
hc: '#FFFFFF'
137-
}, nls.localize('statusBarForeground', "Status bar foreground color. The status bar is shown in the bottom of the window."));
137+
}, nls.localize('statusBarForeground', "Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window."));
138138

139139
export const STATUS_BAR_NO_FOLDER_FOREGROUND = registerColor('statusBar.noFolderForeground', {
140140
dark: STATUS_BAR_FOREGROUND,
@@ -146,7 +146,7 @@ export const STATUS_BAR_BACKGROUND = registerColor('statusBar.background', {
146146
dark: '#007ACC',
147147
light: '#007ACC',
148148
hc: null
149-
}, nls.localize('statusBarBackground', "Standard status bar background color. The status bar is shown in the bottom of the window."));
149+
}, nls.localize('statusBarBackground', "Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window."));
150150

151151
export const STATUS_BAR_NO_FOLDER_BACKGROUND = registerColor('statusBar.noFolderBackground', {
152152
dark: '#68217A',

0 commit comments

Comments
 (0)