Skip to content

Commit 2959c85

Browse files
committed
fix typo in color name microsoft#55960
1 parent b72f45c commit 2959c85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/theme/common/colorRegistry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export const scrollbarSliderActiveBackground = registerColor('scrollbarSlider.ac
224224
export const progressBarBackground = 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."));
225225

226226
export const breadcrumbsForeground = 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-
export const breadcrumbsBackground = registerColor('breadcrumb.brackground', { light: '#fffffe', dark: '#1E1E1E', hc: Color.black }, nls.localize('breadcrumbsBackground', "Background color of breadcrumb items."));
227+
export const breadcrumbsBackground = registerColor('breadcrumb.background', { light: '#fffffe', dark: '#1E1E1E', hc: Color.black }, nls.localize('breadcrumbsBackground', "Background color of breadcrumb items."));
228228
export const breadcrumbsFocusForeground = registerColor('breadcrumb.focusForeground', { light: '#6C6C6C', dark: '#CCCCCC', hc: Color.white }, nls.localize('breadcrumbsFocusForeground', "Color of focused breadcrumb items."));
229229
export const breadcrumbsActiveSelectionForeground = registerColor('breadcrumb.activeSelectionForeground', { light: '#6C6C6C', dark: '#CCCCCC', hc: Color.white }, nls.localize('breadcrumbsSelectedForegound', "Color of selected breadcrumb items."));
230230
export const breadcrumbsPickerBackground = registerColor('breadcrumbPicker.background', { light: '#ECECEC', dark: '#252526', hc: Color.black }, nls.localize('breadcrumbsSelectedBackground', "Background color of breadcrumb item picker."));

0 commit comments

Comments
 (0)