From eb781a2e0a19511458337433ef9cc5b2efb032d5 Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Tue, 26 May 2020 11:25:22 -0700 Subject: [PATCH] Fix #98602 --- extensions/theme-defaults/themes/light_plus.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/theme-defaults/themes/light_plus.json b/extensions/theme-defaults/themes/light_plus.json index 00c2a6cb470..63e97356983 100644 --- a/extensions/theme-defaults/themes/light_plus.json +++ b/extensions/theme-defaults/themes/light_plus.json @@ -169,7 +169,7 @@ "keyword.control.anchor.regexp" ], "settings": { - "foreground": "#ff0000" + "foreground": "#EE0000" } }, { @@ -181,7 +181,7 @@ { "scope": "constant.character.escape", "settings": { - "foreground": "#ff0000" + "foreground": "#EE0000" } }, {