From 3f36a65d733ae94163e39ecddab86aa6e397086c Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Sun, 25 Jun 2017 13:31:21 -0700 Subject: [PATCH] Fix #29411 - set foreground color for 'variable' in Monokai --- extensions/theme-monokai/themes/monokai-color-theme.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/theme-monokai/themes/monokai-color-theme.json b/extensions/theme-monokai/themes/monokai-color-theme.json index adf67101a12..8d19dbfb7ce 100644 --- a/extensions/theme-monokai/themes/monokai-color-theme.json +++ b/extensions/theme-monokai/themes/monokai-color-theme.json @@ -145,7 +145,8 @@ "name": "Variable", "scope": "variable", "settings": { - "fontStyle": "" + "fontStyle": "", + "foreground": "#F8F8F2" } }, {