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
exportconstcheckboxBackground=registerColor('checkbox.background',{dark: selectBackground,light: selectBackground,hcDark: selectBackground,hcLight: selectBackground},nls.localize('checkbox.background',"Background color of checkbox widget."));
269
-
exportconstcheckboxForeground=registerColor('checkbox.foreground',{dark: selectForeground,light: selectForeground,hcDark: selectForeground,hcLight: selectForeground},nls.localize('checkbox.foreground',"Foreground color of checkbox widget."));
270
-
exportconstcheckboxBorder=registerColor('checkbox.border',{dark: selectBorder,light: selectBorder,hcDark: selectBorder,hcLight: selectBorder},nls.localize('checkbox.border',"Border color of checkbox widget."));
exportconsttableOddRowsBackgroundColor=registerColor('tree.tableOddRowsBackground',{dark: transparent(foreground,0.04),light: transparent(foreground,0.04),hcDark: null,hcLight: null},nls.localize('tableOddRowsBackgroundColor',"Background color for odd table rows."));
463
459
exportconstlistDeemphasizedForeground=registerColor('list.deemphasizedForeground',{dark: '#8C8C8C',light: '#8E8E90',hcDark: '#A7A8A9',hcLight: '#666666'},nls.localize('listDeemphasizedForeground',"List/Tree foreground color for items that are deemphasized. "));
464
460
461
+
/**
462
+
* Checkboxes
463
+
*/
464
+
exportconstcheckboxBackground=registerColor('checkbox.background',{dark: selectBackground,light: selectBackground,hcDark: selectBackground,hcLight: selectBackground},nls.localize('checkbox.background',"Background color of checkbox widget."));
465
+
exportconstcheckboxSelectBackground=registerColor('checkbox.selectBackground',{dark: editorWidgetBackground,light: editorWidgetBackground,hcDark: editorWidgetBackground,hcLight: editorWidgetBackground},nls.localize('checkbox.select.background',"Background color of checkbox widget when the element it's in is selected."));
466
+
exportconstcheckboxForeground=registerColor('checkbox.foreground',{dark: selectForeground,light: selectForeground,hcDark: selectForeground,hcLight: selectForeground},nls.localize('checkbox.foreground',"Foreground color of checkbox widget."));
467
+
exportconstcheckboxBorder=registerColor('checkbox.border',{dark: selectBorder,light: selectBorder,hcDark: selectBorder,hcLight: selectBorder},nls.localize('checkbox.border',"Border color of checkbox widget."));
468
+
exportconstcheckboxSelectBorder=registerColor('checkbox.selectBorder',{dark: editorWidgetBackground,light: editorWidgetBackground,hcDark: editorWidgetBackground,hcLight: editorWidgetBackground},nls.localize('checkbox.select.border',"Border color of checkbox widget when the element it's in is selected."));
469
+
465
470
/**
466
471
* Quick pick widget (dependent on List and tree colors)
0 commit comments