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."));
228
-
exportconstinputActiveOptionBackground=registerColor('inputOption.activeBackground',{dark: transparent(focusBorder,0.4),light: transparent(focusBorder,0.2),hc: Color.transparent},nls.localize('inputOption.activeBackground',"Background color of activated options in input fields."));
228
+
exportconstinputActiveOptionHoverBackground=registerColor('inputOption.hoverBackground',{dark: '#5a5d5e80',light: '#b8b8b850',hc: null},nls.localize('inputOption.hoverBackground',"Background color of activated options in input fields."));
229
+
exportconstinputActiveOptionBackground=registerColor('inputOption.activeBackground',{dark: transparent(focusBorder,0.4),light: transparent(focusBorder,0.2),hc: Color.transparent},nls.localize('inputOption.activeBackground',"Background hover color of options in input fields."));
229
230
exportconstinputActiveOptionForeground=registerColor('inputOption.activeForeground',{dark: Color.white,light: Color.black,hc: null},nls.localize('inputOption.activeForeground',"Foreground color of activated options in input fields."));
230
231
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."));
0 commit comments