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
exportconsttextSeparatorForeground=registerColor('textSeparator.foreground',{light: '#0000002e',dark: '#ffffff2e',hcDark: Color.black,hcLight: '#292929'},nls.localize('textSeparatorForeground',"Color for text separators."));
233
-
exportconsttextLinkForeground=registerColor('textLink.foreground',{light: '#006AB1',dark: '#3794FF',hcDark: '#3794FF',hcLight: '#0F4A85'},nls.localize('textLinkForeground',"Foreground color for links in text."));
234
-
exportconsttextLinkActiveForeground=registerColor('textLink.activeForeground',{light: '#006AB1',dark: '#3794FF',hcDark: '#3794FF',hcLight: '#0F4A85'},nls.localize('textLinkActiveForeground',"Foreground color for links in text when clicked on and on mouse hover."));
233
+
234
+
exportconsttextLinkForeground=registerColor('textLink.foreground',{light: '#006AB1',dark: '#3794FF',hcDark: '#21A6FF',hcLight: '#0F4A85'},nls.localize('textLinkForeground',"Foreground color for links in text."));
235
+
exportconsttextLinkActiveForeground=registerColor('textLink.activeForeground',{light: '#006AB1',dark: '#3794FF',hcDark: '#21A6FF',hcLight: '#0F4A85'},nls.localize('textLinkActiveForeground',"Foreground color for links in text when clicked on and on mouse hover."));
236
+
235
237
exportconsttextPreformatForeground=registerColor('textPreformat.foreground',{light: '#A31515',dark: '#D7BA7D',hcDark: '#000000',hcLight: '#FFFFFF'},nls.localize('textPreformatForeground',"Foreground color for preformatted text segments."));
236
238
exportconsttextPreformatBackground=registerColor('textPreformat.background',{light: '#0000001A',dark: '#FFFFFF1A',hcDark: '#FFFFFF',hcLight: '#09345f'},nls.localize('textPreformatBackground',"Background color for preformatted text segments."));
237
239
exportconsttextBlockQuoteBackground=registerColor('textBlockQuote.background',{light: '#f2f2f2',dark: '#222222',hcDark: null,hcLight: '#F2F2F2'},nls.localize('textBlockQuoteBackground',"Background color for block quotes in text."));
0 commit comments