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
exportconstminimapWarning=registerColor('minimap.warningHighlight',{dark: editorWarningForeground,light: editorWarningForeground,hc: editorWarningBorder},nls.localize('overviewRuleWarning','Minimap marker color for warnings.'));
exportconstminimapSliderHoverBackground=registerColor('minimapSlider.hoverBackground',{light: transparent(scrollbarSliderHoverBackground,0.5),dark: transparent(scrollbarSliderHoverBackground,0.5),hc: transparent(scrollbarSliderHoverBackground,0.5)},nls.localize('minimapSliderHoverBackground',"Minimap slider background color when hovering."));
431
+
exportconstminimapSliderActiveBackground=registerColor('minimapSlider.activeBackground',{light: transparent(scrollbarSliderActiveBackground,0.5),dark: transparent(scrollbarSliderActiveBackground,0.5),hc: transparent(scrollbarSliderActiveBackground,0.5)},nls.localize('minimapSliderActiveBackground',"Minimap slider background color when clicked on."));
432
+
429
433
exportconstproblemsErrorIconForeground=registerColor('problemsErrorIcon.foreground',{dark: editorErrorForeground,light: editorErrorForeground,hc: editorErrorForeground},nls.localize('problemsErrorIconForeground',"The color used for the problems error icon."));
430
434
exportconstproblemsWarningIconForeground=registerColor('problemsWarningIcon.foreground',{dark: editorWarningForeground,light: editorWarningForeground,hc: editorWarningForeground},nls.localize('problemsWarningIconForeground',"The color used for the problems warning icon."));
431
435
exportconstproblemsInfoIconForeground=registerColor('problemsInfoIcon.foreground',{dark: editorInfoForeground,light: editorInfoForeground,hc: editorInfoForeground},nls.localize('problemsInfoIconForeground',"The color used for the problems info icon."));
0 commit comments