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."));
225
225
226
226
exportconstbreadcrumbsForeground=registerColor('breadcrumb.foreground',{light: Color.fromHex('#6C6C6C').transparent(.7),dark: Color.fromHex('#CCCCCC').transparent(.7),hc: Color.white.transparent(.7)},nls.localize('breadcrumbsFocusForeground',"Color of focused breadcrumb items."));
227
-
exportconstbreadcrumbsBackground=registerColor('breadcrumb.brackground',{light: '#fffffe',dark: '#1E1E1E',hc: Color.black},nls.localize('breadcrumbsBackground',"Background color of breadcrumb items."));
227
+
exportconstbreadcrumbsBackground=registerColor('breadcrumb.background',{light: '#fffffe',dark: '#1E1E1E',hc: Color.black},nls.localize('breadcrumbsBackground',"Background color of breadcrumb items."));
228
228
exportconstbreadcrumbsFocusForeground=registerColor('breadcrumb.focusForeground',{light: '#6C6C6C',dark: '#CCCCCC',hc: Color.white},nls.localize('breadcrumbsFocusForeground',"Color of focused breadcrumb items."));
229
229
exportconstbreadcrumbsActiveSelectionForeground=registerColor('breadcrumb.activeSelectionForeground',{light: '#6C6C6C',dark: '#CCCCCC',hc: Color.white},nls.localize('breadcrumbsSelectedForegound',"Color of selected breadcrumb items."));
230
230
exportconstbreadcrumbsPickerBackground=registerColor('breadcrumbPicker.background',{light: '#ECECEC',dark: '#252526',hc: Color.black},nls.localize('breadcrumbsSelectedBackground',"Background color of breadcrumb item picker."));
0 commit comments