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
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",