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
exportconstcheckboxBorder=registerColor('checkbox.border',{dark: selectBorder,light: selectBorder,hcDark: selectBorder,hcLight: selectBorder},nls.localize('checkbox.border',"Border color of checkbox widget."));
exportconstbuttonHoverBackground=registerColor('button.hoverBackground',{dark: lighten(buttonBackground,0.2),light: darken(buttonBackground,0.2),hcDark: null,hcLight: null},nls.localize('buttonHoverBackground',"Button background color when hovering."));
0 commit comments