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
exportconsteditorLightbulbIconForeground=registerColor('editor.lightbulbIcon.foreground',{dark: '#FFCC00',light: '#DDB100',hc: '#FFCC00'},nls.localize('editorLightbulbIconForeground',"The color used for the lightbulb actions icon."));
345
-
exportconsteditorLightbulbAutoFixIconForeground=registerColor('editor.lightbulbAutoFixIcon.foreground',{dark: '#75BEFF',light: '#007ACC',hc: '#75BEFF'},nls.localize('editorLightbulbAutoFixIconForeground',"The color used for the lightbulb auto fix actions icon."));
344
+
exportconsteditorLightBulbForeground=registerColor('editorLightBulb.foreground',{dark: '#FFCC00',light: '#DDB100',hc: '#FFCC00'},nls.localize('editorLightBulbForeground',"The color used for the lightbulb actions icon."));
345
+
exportconsteditorLightBulbAutoFixForeground=registerColor('editorLightBulbAutoFix.foreground',{dark: '#75BEFF',light: '#007ACC',hc: '#75BEFF'},nls.localize('editorLightBulbAutoFixForeground',"The color used for the lightbulb auto fix actions icon."));
0 commit comments