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
exportconsteditorInlayHintForeground=registerColor('editorInlayHint.foreground',{dark: badgeForeground,light: badgeForeground,hcDark: Color.black,hcLight: badgeForeground},nls.localize('editorInlayHintForeground','Foreground color of inline hints'));
391
-
exportconsteditorInlayHintBackground=registerColor('editorInlayHint.background',{dark: transparent(badgeBackground,.8),light: transparent(badgeBackground,.6),hcDark: '#f38518',hcLight: badgeBackground},nls.localize('editorInlayHintBackground','Background color of inline hints'));
390
+
exportconsteditorInlayHintForeground=registerColor('editorInlayHint.foreground',{dark: foreground,light: foreground,hcDark: Color.black,hcLight: badgeForeground},nls.localize('editorInlayHintForeground','Foreground color of inline hints'));
391
+
exportconsteditorInlayHintBackground=registerColor('editorInlayHint.background',{dark: transparent(badgeBackground,.25),light: transparent(badgeBackground,.3),hcDark: '#f38518',hcLight: badgeBackground},nls.localize('editorInlayHintBackground','Background color of inline hints'));
392
392
exportconsteditorInlayHintTypeForeground=registerColor('editorInlayHint.typeForeground',{dark: editorInlayHintForeground,light: editorInlayHintForeground,hcDark: editorInlayHintForeground,hcLight: editorInlayHintForeground},nls.localize('editorInlayHintForegroundTypes','Foreground color of inline hints for types'));
393
393
exportconsteditorInlayHintTypeBackground=registerColor('editorInlayHint.typeBackground',{dark: editorInlayHintBackground,light: editorInlayHintBackground,hcDark: editorInlayHintBackground,hcLight: editorInlayHintBackground},nls.localize('editorInlayHintBackgroundTypes','Background color of inline hints for types'));
394
394
exportconsteditorInlayHintParameterForeground=registerColor('editorInlayHint.parameterForeground',{dark: editorInlayHintForeground,light: editorInlayHintForeground,hcDark: editorInlayHintForeground,hcLight: editorInlayHintForeground},nls.localize('editorInlayHintForegroundParameter','Foreground color of inline hints for parameters'));
0 commit comments