Theming the microbit target
This commit is contained in:
		@@ -1,3 +1,12 @@
 | 
			
		||||
/*******************************
 | 
			
		||||
    User Variable Overrides
 | 
			
		||||
*******************************/
 | 
			
		||||
 | 
			
		||||
@invertedBackground: #525A67;
 | 
			
		||||
 | 
			
		||||
/*******************************
 | 
			
		||||
    PXT Theme Overrides
 | 
			
		||||
*******************************/
 | 
			
		||||
 | 
			
		||||
@mainMenuHeight: 5rem;
 | 
			
		||||
@mainMenuMinHeight: (@itemVerticalPadding * 2) + 2em;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,35 @@
 | 
			
		||||
/*******************************
 | 
			
		||||
     User Global Variables
 | 
			
		||||
*******************************/
 | 
			
		||||
*******************************/
 | 
			
		||||
 | 
			
		||||
@importGoogleFonts: true;
 | 
			
		||||
 | 
			
		||||
@fontName  : 'Roboto';
 | 
			
		||||
 | 
			
		||||
@emSize      : 14px;
 | 
			
		||||
@fontSize    : 13px;
 | 
			
		||||
 | 
			
		||||
@primaryColor: @teal;
 | 
			
		||||
 | 
			
		||||
@teal: #3891A6;
 | 
			
		||||
@blue: #456990;
 | 
			
		||||
@red: #EF767A;
 | 
			
		||||
@pink: #F46197;
 | 
			
		||||
@yellow: #FDE74C;
 | 
			
		||||
 | 
			
		||||
/* Microbit.org colors */
 | 
			
		||||
@orange: #ff8b27;
 | 
			
		||||
@purple: #6633cc;
 | 
			
		||||
@green: #00ED00;
 | 
			
		||||
 | 
			
		||||
@pageBackground: #fff;
 | 
			
		||||
 | 
			
		||||
/*******************************
 | 
			
		||||
         PXT Overrides
 | 
			
		||||
*******************************/
 | 
			
		||||
 | 
			
		||||
@mainMenuHeight: 5rem;
 | 
			
		||||
@mobileMenuHeight: 5rem;
 | 
			
		||||
 | 
			
		||||
@simulatorBackground: #FDFDFF;
 | 
			
		||||
@blocklySvgColor: #ecf0f1;
 | 
			
		||||
		Reference in New Issue
	
	Block a user