You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportconstprogressBarBackground=registerColor('progressBar.background',{dark: Color.fromHex('#0E70C0'),light: Color.fromHex('#0E70C0'),hc: contrastBorder},nls.localize('progressBarBackground',"Background color of the progress bar that can show for long running operations."));
258
258
259
259
exportconstmenuBorder=registerColor('menu.border',{dark: null,light: null,hc: contrastBorder},nls.localize('menuBorder',"Border color of menus."));
260
-
exportconstmenuForeground=registerColor('menu.foreground',{dark: selectForeground,light: selectForeground,hc: selectForeground},nls.localize('menuForeground',"Foreground color of menu items."));
260
+
exportconstmenuForeground=registerColor('menu.foreground',{dark: selectForeground,light: foreground,hc: selectForeground},nls.localize('menuForeground',"Foreground color of menu items."));
261
261
exportconstmenuBackground=registerColor('menu.background',{dark: selectBackground,light: selectBackground,hc: selectBackground},nls.localize('menuBackground',"Background color of menu items."));
262
262
exportconstmenuSelectionForeground=registerColor('menu.selectionForeground',{dark: listActiveSelectionForeground,light: listActiveSelectionForeground,hc: listActiveSelectionForeground},nls.localize('menuSelectionForeground',"Foreground color of the selected menu item in menus."));
263
263
exportconstmenuSelectionBackground=registerColor('menu.selectionBackground',{dark: listActiveSelectionBackground,light: listActiveSelectionBackground,hc: listActiveSelectionBackground},nls.localize('menuSelectionBackground',"Background color of the selected menu item in menus."));
0 commit comments