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
exportconstsimpleCheckboxForeground=registerColor('checkbox.foreground',{dark: selectForeground,light: selectForeground,hc: selectForeground},nls.localize('checkbox.foreground',"Foreground color of checkbox widget."));
227
225
exportconstsimpleCheckboxBorder=registerColor('checkbox.border',{dark: selectBorder,light: selectBorder,hc: selectBorder},nls.localize('checkbox.border',"Border color of checkbox widget."));
exportconstbuttonHoverBackground=registerColor('button.hoverBackground',{dark: lighten(buttonBackground,0.2),light: darken(buttonBackground,0.2),hc: null},nls.localize('buttonHoverBackground',"Button background color when hovering."));
exportconstquickInputBackground=registerColor('quickInput.background',{dark: editorWidgetBackground,light: editorWidgetBackground,hc: editorWidgetBackground},nls.localize('pickerBackground',"Quick picker background color. The quick picker widget is the container for pickers like the command palette."));
282
279
exportconstquickInputForeground=registerColor('quickInput.foreground',{dark: editorWidgetForeground,light: editorWidgetForeground,hc: editorWidgetForeground},nls.localize('pickerForeground',"Quick picker foreground color. The quick picker widget is the container for pickers like the command palette."));
280
+
exportconstquickInputTitleBackground=registerColor('quickInputTitle.background',{dark: newColor(newRGBA(255,255,255,0.105)),light: newColor(newRGBA(0,0,0,0.06)),hc: '#000000'},nls.localize('pickerTitleBackground',"Quick picker title background color. The quick picker widget is the container for pickers like the command palette."));
283
281
exportconstpickerGroupForeground=registerColor('pickerGroup.foreground',{dark: '#3794FF',light: '#0066BF',hc: Color.white},nls.localize('pickerGroupForeground',"Quick picker color for grouping labels."));
284
282
exportconstpickerGroupBorder=registerColor('pickerGroup.border',{dark: '#3F3F46',light: '#CCCEDB',hc: Color.white},nls.localize('pickerGroupBorder',"Quick picker color for grouping borders."));
0 commit comments