Fix textPreformat.foreground in v2 themes (#173848)

This commit is contained in:
David Dossett 2023-02-08 10:06:07 -08:00 committed by GitHub
parent 9dc6eac1e6
commit d30d44aea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -126,7 +126,7 @@
"textCodeBlock.background": "#6e768166",
"textLink.activeForeground": "#40A6FF",
"textLink.foreground": "#40A6FF",
"textPreformat.foreground": "#8b949e",
"textPreformat.foreground": "#f85149",
"textSeparator.foreground": "#21262d",
"titleBar.activeBackground": "#181818",
"titleBar.activeForeground": "#ffffffc5",

View file

@ -141,7 +141,6 @@
"textCodeBlock.background": "#6e768166",
"textLink.activeForeground": "#005FB8",
"textLink.foreground": "#005FB8",
"textPreformat.foreground": "#8b949e",
"textSeparator.foreground": "#21262d",
"titleBar.activeBackground": "#f8f8f8",
"titleBar.activeForeground": "#1e1e1e",