Theming the microbit target

This commit is contained in:
Sam El-Husseini
2016-12-01 18:35:10 -08:00
parent 2fcd32de0d
commit 280b555f86
6 changed files with 150 additions and 9 deletions

View File

@ -1,3 +1,12 @@
/*******************************
User Variable Overrides
*******************************/
@invertedBackground: #525A67;
/*******************************
PXT Theme Overrides
*******************************/
@mainMenuHeight: 5rem;
@mainMenuMinHeight: (@itemVerticalPadding * 2) + 2em;