Fix textPreformatForeground for HC themes (#213698)

This commit is contained in:
David Dossett 2024-05-28 13:04:52 -07:00 committed by GitHub
parent 0051e791f3
commit 7f40fe4242
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ export const textSeparatorForeground = registerColor('textSeparator.foreground',
// ------ text preformat
export const textPreformatForeground = registerColor('textPreformat.foreground',
{ light: '#A31515', dark: '#D7BA7D', hcDark: '#000000', hcLight: '#FFFFFF' },
{ light: '#A31515', dark: '#D7BA7D', hcDark: '#FFFFFF', hcLight: '#000000' },
nls.localize('textPreformatForeground', "Foreground color for preformatted text segments."));
export const textPreformatBackground = registerColor('textPreformat.background',