Update monaco editor color in pxtarget.json to reflect monaco 0.9 changes
This commit is contained in:
parent
4f6941e6cf
commit
895527eb4a
@ -134,6 +134,9 @@
|
|||||||
"advanced": "#7A8284",
|
"advanced": "#7A8284",
|
||||||
"functions": "#064597",
|
"functions": "#064597",
|
||||||
"arrays": "#890058"
|
"arrays": "#890058"
|
||||||
|
},
|
||||||
|
"monacoColors": {
|
||||||
|
"editor.background": "#ecf6ff"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user