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',hc: contrastBorder},nls.localize('inputBoxActiveOptionBorder',"Border color of activated options in input fields."));
205
-
exportconstinputActiveOptionBackground=registerColor('inputOption.activeBackground',{dark: transparent(focusBorder,0.5),light: transparent(focusBorder,0.3),hc: null},nls.localize('inputOption.activeBackground',"Background color of activated options in input fields."));
205
+
exportconstinputActiveOptionBackground=registerColor('inputOption.activeBackground',{dark: transparent(focusBorder,0.7),light: transparent(focusBorder,0.5),hc: Color.transparent},nls.localize('inputOption.activeBackground',"Background color of activated options in input fields."));
206
+
exportconstinputActiveOptionForeground=registerColor('inputOption.activeForeground',{dark: '#FFFFFF',light: Color.black,hc: null},nls.localize('inputOption.activeForeground',"Foreground color of activated options in input fields."));
206
207
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."));
207
208
208
209
exportconstinputValidationInfoBackground=registerColor('inputValidation.infoBackground',{dark: '#063B49',light: '#D6ECF2',hc: Color.black},nls.localize('inputValidationInfoBackground',"Input validation background color for information severity."));
0 commit comments