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
exportconsteditorSuggestWidgetBackground=registerColor('editorSuggestWidgetBackground',{dark: editorWidgetBackground,light: editorWidgetBackground,hc: editorWidgetBackground},nls.localize('editorSuggestWidgetBackground','Background color of the suggest widget.'));
51
51
exportconsteditorSuggestWidgetBorder=registerColor('editorSuggestWidgetBorder',{dark: '#454545',light: '#C8C8C8',hc: contrastBorder},nls.localize('editorSuggestWidgetBorder','Border color of the suggest widget.'));
52
+
exportconsteditorSuggestWidgetForeground=registerColor('editorSuggestWidgetForeground',{dark: editorForeground,light: editorForeground,hc: editorForeground},nls.localize('editorSuggestWidgetForeground','Foreground color of the suggest widget.'));
53
+
exportconsteditorSuggestWidgetSelectedBackground=registerColor('editorSuggestWidgetSelectedBackground',{dark: listFocusBackground,light: listFocusBackground,hc: listFocusBackground},nls.localize('editorSuggestWidgetSelectedBackground','Background color of the selected entry in the suggest widget.'));
54
+
exportconsteditorSuggestWidgetHighlightForeground=registerColor('editorSuggestWidgetHighlightForeground',{dark: listHighlightForeground,light: listHighlightForeground,hc: listHighlightForeground},nls.localize('editorSuggestWidgetHighlightForeground','Color of the match highlights in the suggest widget.'));
0 commit comments