Monaco editor background is now defined in pxtarget.json

This commit is contained in:
Sam El-Husseini
2017-07-11 12:01:40 +03:00
parent c6cc470143
commit 7010111743
2 changed files with 4 additions and 9 deletions

View File

@ -345,6 +345,9 @@
}
},
"highContrast": true,
"selectLanguage": true
"selectLanguage": true,
"monacoColors": {
"editor.background": "#ecf0f1"
}
}
}