2016-10-24 23:55:21 +02:00
|
|
|
/*******************************
|
|
|
|
User Global Variables
|
2016-12-02 03:35:10 +01:00
|
|
|
*******************************/
|
|
|
|
|
2017-06-14 02:47:36 +02:00
|
|
|
@importGoogleFonts: false;
|
2016-12-02 03:35:10 +01:00
|
|
|
|
2017-06-14 02:47:36 +02:00
|
|
|
@headerFont : Roboto,"Arial Narrow","Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
|
|
@pageFont : Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
2016-12-02 03:35:10 +01:00
|
|
|
|
2016-12-06 02:30:04 +01:00
|
|
|
@primaryColor: @purple;
|
2016-12-02 03:35:10 +01:00
|
|
|
|
|
|
|
@teal: #3891A6;
|
2017-01-02 03:52:22 +01:00
|
|
|
@blue: #3454D1;
|
2016-12-02 03:35:10 +01:00
|
|
|
@red: #EF767A;
|
|
|
|
@pink: #F46197;
|
|
|
|
@yellow: #FDE74C;
|
2017-09-07 22:42:08 +02:00
|
|
|
@grey: #95a5a6;
|
|
|
|
@green: #107C10;
|
2016-12-02 03:35:10 +01:00
|
|
|
|
|
|
|
/* Microbit.org colors */
|
|
|
|
@orange: #ff8b27;
|
|
|
|
@purple: #6633cc;
|
|
|
|
|
|
|
|
@pageBackground: #fff;
|
|
|
|
|
|
|
|
/*******************************
|
|
|
|
PXT Overrides
|
|
|
|
*******************************/
|
|
|
|
|
2017-01-02 03:52:22 +01:00
|
|
|
/*-------------------
|
|
|
|
Menu
|
|
|
|
--------------------*/
|
|
|
|
|
|
|
|
@mainMenuInvertedBackground: @blue;
|
|
|
|
@mainMenuTutorialBackground: @orange;
|
|
|
|
|
|
|
|
@mainMenuBlocksJsToggleColor: @primaryColor;
|
|
|
|
|
|
|
|
@tutorialSelectedMenuColor: @blue;
|
|
|
|
|
|
|
|
/*-------------------
|
|
|
|
Layout
|
|
|
|
--------------------*/
|
|
|
|
|
|
|
|
@sideBarWidth: 22rem;
|
|
|
|
@simulatorWidth: 27rem;
|
|
|
|
@simulatorWidthSmall: 20rem;
|
|
|
|
|
|
|
|
/*-------------------
|
|
|
|
Background
|
|
|
|
--------------------*/
|
|
|
|
|
2016-12-02 03:35:10 +01:00
|
|
|
@simulatorBackground: #FDFDFF;
|
2017-01-08 02:35:54 +01:00
|
|
|
@editorToolsBackground: @simulatorBackground;
|
2017-01-02 03:52:22 +01:00
|
|
|
@blocklySvgColor: #ecf0f1;
|
|
|
|
|
|
|
|
/*-------------------
|
|
|
|
Side Docs
|
|
|
|
--------------------*/
|
|
|
|
|
|
|
|
@sidedocsButtonsTop: (@mainMenuHeight + 1rem);
|
|
|
|
@sidedocsButtonsRight: 4.25rem;
|
|
|
|
|
|
|
|
/*-------------------
|
|
|
|
Editor
|
|
|
|
--------------------*/
|
|
|
|
|
|
|
|
@blocklyToolboxColor: rgba(0, 0, 0, 0.05);
|
|
|
|
@trashIconColor: @primaryColor;
|
2017-10-20 19:27:43 +02:00
|
|
|
|
|
|
|
/*-------------------
|
|
|
|
Serial
|
|
|
|
--------------------*/
|
|
|
|
|
|
|
|
@serialTextColor: black;
|
|
|
|
@serialGraphBackground: #d9d9d9;
|