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
exportconstinputActiveOptionBorder=registerColor('inputOption.activeBorder',{dark: '#007ACC00',light: '#007ACC00',hcDark: contrastBorder,hcLight: contrastBorder},nls.localize('inputBoxActiveOptionBorder',"Border color of activated options in input fields."));
243
243
exportconstinputActiveOptionHoverBackground=registerColor('inputOption.hoverBackground',{dark: '#5a5d5e80',light: '#b8b8b850',hcDark: null,hcLight: null},nls.localize('inputOption.hoverBackground',"Background color of activated options in input fields."));
244
244
exportconstinputActiveOptionBackground=registerColor('inputOption.activeBackground',{dark: transparent(focusBorder,0.4),light: transparent(focusBorder,0.2),hcDark: Color.transparent,hcLight: Color.transparent},nls.localize('inputOption.activeBackground',"Background hover color of options in input fields."));
245
-
exportconstinputActiveOptionForeground=registerColor('inputOption.activeForeground',{dark: Color.white,light: Color.black,hcDark: null,hcLight: null},nls.localize('inputOption.activeForeground',"Foreground color of activated options in input fields."));
245
+
exportconstinputActiveOptionForeground=registerColor('inputOption.activeForeground',{dark: Color.white,light: Color.black,hcDark: null,hcLight: foreground},nls.localize('inputOption.activeForeground',"Foreground color of activated options in input fields."));
246
246
exportconstinputPlaceholderForeground=registerColor('input.placeholderForeground',{light: transparent(foreground,0.5),dark: transparent(foreground,0.5),hcDark: transparent(foreground,0.7),hcLight: transparent(foreground,0.7)},nls.localize('inputPlaceholderForeground',"Input box foreground color for placeholder text."));
247
247
248
248
exportconstinputValidationInfoBackground=registerColor('inputValidation.infoBackground',{dark: '#063B49',light: '#D6ECF2',hcDark: Color.black,hcLight: Color.white},nls.localize('inputValidationInfoBackground',"Input validation background color for information severity."));
0 commit comments