提交 772c089e 编写于 作者: B Benjamin Pasero

update description (for #31529)

上级 2f57095b
...@@ -134,7 +134,7 @@ export const STATUS_BAR_FOREGROUND = registerColor('statusBar.foreground', { ...@@ -134,7 +134,7 @@ export const STATUS_BAR_FOREGROUND = registerColor('statusBar.foreground', {
dark: '#FFFFFF', dark: '#FFFFFF',
light: '#FFFFFF', light: '#FFFFFF',
hc: '#FFFFFF' hc: '#FFFFFF'
}, nls.localize('statusBarForeground', "Status bar foreground color. The status bar is shown in the bottom of the window.")); }, nls.localize('statusBarForeground', "Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window."));
export const STATUS_BAR_NO_FOLDER_FOREGROUND = registerColor('statusBar.noFolderForeground', { export const STATUS_BAR_NO_FOLDER_FOREGROUND = registerColor('statusBar.noFolderForeground', {
dark: STATUS_BAR_FOREGROUND, dark: STATUS_BAR_FOREGROUND,
...@@ -146,7 +146,7 @@ export const STATUS_BAR_BACKGROUND = registerColor('statusBar.background', { ...@@ -146,7 +146,7 @@ export const STATUS_BAR_BACKGROUND = registerColor('statusBar.background', {
dark: '#007ACC', dark: '#007ACC',
light: '#007ACC', light: '#007ACC',
hc: null hc: null
}, nls.localize('statusBarBackground', "Standard status bar background color. The status bar is shown in the bottom of the window.")); }, nls.localize('statusBarBackground', "Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window."));
export const STATUS_BAR_NO_FOLDER_BACKGROUND = registerColor('statusBar.noFolderBackground', { export const STATUS_BAR_NO_FOLDER_BACKGROUND = registerColor('statusBar.noFolderBackground', {
dark: '#68217A', dark: '#68217A',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册