Update monaco editor color in pxtarget.json to reflect monaco 0.9 changes

This commit is contained in:
Sam El-Husseini 2017-07-11 12:55:59 +03:00
parent 4f6941e6cf
commit 895527eb4a
2 changed files with 3 additions and 5 deletions

View File

@ -134,6 +134,9 @@
"advanced": "#7A8284", "advanced": "#7A8284",
"functions": "#064597", "functions": "#064597",
"arrays": "#890058" "arrays": "#890058"
},
"monacoColors": {
"editor.background": "#ecf6ff"
} }
} }
} }

View File

@ -119,11 +119,6 @@ span.blocklyTreeLabel {
color:white !important; color:white !important;
} }
/* Monaco editor */
.monaco-editor, .monaco-editor .inputarea, .monaco-editor-background {
background: @blocklySvgColor !important;
}
/* Mobile */ /* Mobile */
@media only screen and (max-width: @largestMobileScreen) { @media only screen and (max-width: @largestMobileScreen) {
#filelist { #filelist {