File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
139139export 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
151151export const STATUS_BAR_NO_FOLDER_BACKGROUND = registerColor ( 'statusBar.noFolderBackground' , {
152152 dark : '#68217A' ,
You can’t perform that action at this time.
0 commit comments