Fix #29411 - set foreground color for 'variable' in Monokai

This commit is contained in:
Rob Lourens 2017-06-25 13:31:21 -07:00
parent 76a7b6dff9
commit 3f36a65d73

View file

@ -145,7 +145,8 @@
"name": "Variable",
"scope": "variable",
"settings": {
"fontStyle": ""
"fontStyle": "",
"foreground": "#F8F8F2"
}
},
{