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, "highContrast": true,
"selectLanguage": true "selectLanguage": true,
"monacoColors": {
"editor.background": "#ecf0f1"
}
} }
} }

View File

@ -106,19 +106,11 @@ span.blocklyTreeLabel {
Monaco Monaco
*******************************/ *******************************/
.monaco-editor, .monaco-editor .inputarea {
background: #ecf0f1;
}
.monacoDraggableBlock { .monacoDraggableBlock {
background: #ecf0f1; background: #ecf0f1;
border: solid 3px #ecf0f1; border: solid 3px #ecf0f1;
} }
.monaco-editor-background {
background: #ecf0f1;
}
.monacoFlyout { .monacoFlyout {
background: rgba(82, 90, 103, 0.5); background: rgba(82, 90, 103, 0.5);
} }