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."));
228
228
exportconsttextLinkForeground=registerColor('textLink.foreground',{light: '#006AB1',dark: '#3794FF',hcDark: '#3794FF',hcLight: '#0F4A85'},nls.localize('textLinkForeground',"Foreground color for links in text."));
229
229
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."));
230
-
exportconsttextPreformatForeground=registerColor('textPreformat.foreground',{light: '#A31515',dark: '#D7BA7D',hcDark: '#000000',hcLight: '#FFFFFF'},nls.localize('textPreformatForeground',"Foreground color for preformatted text segments."));
230
+
exportconsttextPreformatForeground=registerColor('textPreformat.foreground',{light: '#A31515',dark: '#D7BA7D',hcDark: '#D7BA7D',hcLight: '#292929'},nls.localize('textPreformatForeground',"Foreground color for preformatted text segments."));
231
231
exportconsttextPreformatBackground=registerColor('textPreformat.background',{light: '#0000001A',dark: '#FFFFFF1A',hcDark: '#FFFFFF',hcLight: '#09345f'},nls.localize('textPreformatBackground',"Background color for preformatted text segments."));
232
232
exportconsttextBlockQuoteBackground=registerColor('textBlockQuote.background',{light: '#f2f2f2',dark: '#222222',hcDark: null,hcLight: '#F2F2F2'},nls.localize('textBlockQuoteBackground',"Background color for block quotes in text."));
233
233
exportconsttextBlockQuoteBorder=registerColor('textBlockQuote.border',{light: '#007acc80',dark: '#007acc80',hcDark: Color.white,hcLight: '#292929'},nls.localize('textBlockQuoteBorder',"Border color for block quotes in text."));
0 commit comments