From fc76f309cc656016d2cab101f9e0985edde9e717 Mon Sep 17 00:00:00 2001 From: Joyce Er Date: Thu, 9 Mar 2023 12:07:39 -0800 Subject: [PATCH] Remove `textPreformat-foreground` override in experimental dark theme (#176679) --- extensions/theme-defaults/themes/dark_plus_experimental.json | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/theme-defaults/themes/dark_plus_experimental.json b/extensions/theme-defaults/themes/dark_plus_experimental.json index 0eeea832e42..2aa7eb7aa88 100644 --- a/extensions/theme-defaults/themes/dark_plus_experimental.json +++ b/extensions/theme-defaults/themes/dark_plus_experimental.json @@ -126,7 +126,6 @@ "textCodeBlock.background": "#6e768166", "textLink.activeForeground": "#40A6FF", "textLink.foreground": "#40A6FF", - "textPreformat.foreground": "#f85149", "textSeparator.foreground": "#21262d", "titleBar.activeBackground": "#181818", "titleBar.activeForeground": "#cccccc",