Monaco editor background is now defined in pxtarget.json
This commit is contained in:
		@@ -345,6 +345,9 @@
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "highContrast": true,
 | 
			
		||||
        "selectLanguage": true
 | 
			
		||||
        "selectLanguage": true,
 | 
			
		||||
        "monacoColors": {
 | 
			
		||||
            "editor.background": "#ecf0f1"
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -106,19 +106,11 @@ span.blocklyTreeLabel {
 | 
			
		||||
             Monaco
 | 
			
		||||
*******************************/
 | 
			
		||||
 | 
			
		||||
.monaco-editor, .monaco-editor .inputarea {
 | 
			
		||||
    background: #ecf0f1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.monacoDraggableBlock {
 | 
			
		||||
    background: #ecf0f1;
 | 
			
		||||
    border: solid 3px #ecf0f1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.monaco-editor-background {
 | 
			
		||||
    background: #ecf0f1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.monacoFlyout {
 | 
			
		||||
    background: rgba(82, 90, 103, 0.5);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user