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: '#007ACC',light: '#007ACC',hc: activeContrastBorder},nls.localize('inputBoxActiveOptionBorder',"Border color of activated options in input fields."));
206
+
exportconstinputActiveOptionBorder=registerColor('inputOption.activeBorder',{dark: '#007ACC00',light: '#007ACC00',hc: '#007ACC00'},nls.localize('inputBoxActiveOptionBorder',"Border color of activated options in input fields."));
207
+
exportconstinputActiveOptionBackground=registerColor('inputOption.activeBackground',{dark: transparent(focusBorder,0.5),light: transparent(focusBorder,0.3),hc: activeContrastBorder},nls.localize('inputOption.activeBackground',"Background color of activated options in input fields."));
207
208
exportconstinputPlaceholderForeground=registerColor('input.placeholderForeground',{light: transparent(foreground,0.5),dark: transparent(foreground,0.5),hc: transparent(foreground,0.7)},nls.localize('inputPlaceholderForeground',"Input box foreground color for placeholder text."));
208
209
209
210
exportconstinputValidationInfoBackground=registerColor('inputValidation.infoBackground',{dark: '#063B49',light: '#D6ECF2',hc: Color.black},nls.localize('inputValidationInfoBackground',"Input validation background color for information severity."));
0 commit comments