From 11834f354f7e7abe068ad26cabcce5095279a186 Mon Sep 17 00:00:00 2001 From: Yuki Ueda Date: Sun, 29 Apr 2018 09:36:23 +0900 Subject: [PATCH] Highlight escaped characters in default Light+ (Fix #48638) (#48746) * highlight escaped characters in default Light+(Fix #48638) * fix constant.character.escape * fix constant.character.escape again --- extensions/theme-defaults/themes/light_plus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/theme-defaults/themes/light_plus.json b/extensions/theme-defaults/themes/light_plus.json index a4b6b642a9a..a3b31dcc05d 100644 --- a/extensions/theme-defaults/themes/light_plus.json +++ b/extensions/theme-defaults/themes/light_plus.json @@ -156,7 +156,7 @@ { "scope": "constant.character.escape", "settings": { - "foreground": "#a31515" + "foreground": "#ff0000" } }