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
exportconstbadgeBackground=registerColor('badge.background',{dark: '#4D4D4D',light: '#C4C4C4',hc: Color.black},nls.localize('badgeBackground',"Badge background color. Badges are small information labels, e.g. for search results count."));
239
239
exportconstbadgeForeground=registerColor('badge.foreground',{dark: Color.white,light: '#333',hc: Color.white},nls.localize('badgeForeground',"Badge foreground color. Badges are small information labels, e.g. for search results count."));
240
240
241
-
exportconstminimapOpacity=registerColor('minimapOpacity',{dark: null,light: null,hc: null},nls.localize('minimapOpacity',"Opacity of minimap in hex. Color data is ignored."));
242
-
243
241
exportconstscrollbarShadow=registerColor('scrollbar.shadow',{dark: '#000000',light: '#DDDDDD',hc: null},nls.localize('scrollbarShadow',"Scrollbar shadow to indicate that the view is scrolled."));
exportconstscrollbarSliderHoverBackground=registerColor('scrollbarSlider.hoverBackground',{dark: Color.fromHex('#646464').transparent(0.7),light: Color.fromHex('#646464').transparent(0.7),hc: transparent(contrastBorder,0.8)},nls.localize('scrollbarSliderHoverBackground',"Scrollbar slider background color when hovering."));
exportconstminimapSelection=registerColor('minimap.selectionHighlight',{light: '#ADD6FF',dark: '#264F78',hc: '#ffffff'},nls.localize('minimapSelectionHighlight','Minimap marker color for the editor selection.'),true);
427
425
exportconstminimapError=registerColor('minimap.errorHighlight',{dark: newColor(newRGBA(255,18,18,0.7)),light: newColor(newRGBA(255,18,18,0.7)),hc: newColor(newRGBA(255,50,50,1))},nls.localize('minimapError','Minimap marker color for errors.'));
428
426
exportconstminimapWarning=registerColor('minimap.warningHighlight',{dark: editorWarningForeground,light: editorWarningForeground,hc: editorWarningBorder},nls.localize('overviewRuleWarning','Minimap marker color for warnings.'));
exportconstproblemsErrorIconForeground=registerColor('problemsErrorIcon.foreground',{dark: editorErrorForeground,light: editorErrorForeground,hc: editorErrorForeground},nls.localize('problemsErrorIconForeground',"The color used for the problems error icon."));
431
430
exportconstproblemsWarningIconForeground=registerColor('problemsWarningIcon.foreground',{dark: editorWarningForeground,light: editorWarningForeground,hc: editorWarningForeground},nls.localize('problemsWarningIconForeground',"The color used for the problems warning icon."));
0 commit comments