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
@@ -755,8 +754,7 @@ export class ExtensionRecommendationWidget extends ExtensionWidget {
755
754
exportconstextensionRatingIconColor=registerColor('extensionIcon.starForeground',{light: '#DF6100',dark: '#FF8E00',hcDark: '#FF8E00',hcLight: textLinkForeground},localize('extensionIconStarForeground',"The icon color for extension ratings."),true);
756
755
exportconstextensionVerifiedPublisherIconColor=registerColor('extensionIcon.verifiedForeground',{dark: textLinkForeground,light: textLinkForeground,hcDark: textLinkForeground,hcLight: textLinkForeground},localize('extensionIconVerifiedForeground',"The icon color for extension verified publisher."),true);
757
756
exportconstextensionPreReleaseIconColor=registerColor('extensionIcon.preReleaseForeground',{dark: '#1d9271',light: '#1d9271',hcDark: '#1d9271',hcLight: textLinkForeground},localize('extensionPreReleaseForeground',"The icon color for pre-release extension."),true);
758
-
registerColor('extensionSponsorButton.background',{light: '#B51E78',dark: '#D758B3',hcDark: null,hcLight: '#B51E78'},localize('extensionSponsorButton.background',"Background color for extension sponsor button."),true);
759
-
registerColor('extensionSponsorButton.hoverBackground',{light: '#931962',dark: '#F578D2',hcDark: null,hcLight: '#D61B8C'},localize('extensionSponsorButton.hoverBackground',"Background hover color for extension sponsor button."),true);
757
+
exportconstextensionSponsorIconColor=registerColor('extensionIcon.sponsorForeground',{light: '#B51E78',dark: '#D758B3',hcDark: null,hcLight: '#B51E78'},localize('extensionIcon.sponsorForeground',"The icon color for extension sponsor."),true);
0 commit comments