2016-10-21 01:40:39 +02:00
|
|
|
/*******************************
|
|
|
|
User Global Variables
|
|
|
|
*******************************/
|
2016-10-28 20:15:19 +02:00
|
|
|
|
|
|
|
@importGoogleFonts: true;
|
|
|
|
|
|
|
|
@fontName : 'Roboto Mono';
|
|
|
|
|
2019-12-02 05:58:26 +01:00
|
|
|
@headerFont : 'Roboto Mono';
|
|
|
|
@pageFont : 'Roboto Mono';
|
2016-10-21 01:40:39 +02:00
|
|
|
|
2016-10-21 04:29:10 +02:00
|
|
|
@primaryColor: #3CB5B5;
|
|
|
|
@secondaryColor: #43C9C9;
|
2016-10-21 01:40:39 +02:00
|
|
|
|
|
|
|
@red:#E81123;
|
2016-10-28 01:15:44 +02:00
|
|
|
@orange:#DF4600;
|
|
|
|
@yellow:#F4C918;
|
2016-10-21 04:29:10 +02:00
|
|
|
@green:#3FC863;
|
2016-10-21 01:40:39 +02:00
|
|
|
@teal:#008272;
|
2016-10-28 01:15:44 +02:00
|
|
|
@blue:#54C9C9;
|
|
|
|
@violet:#C90072;
|
|
|
|
@purple:#8169E6;
|
2016-10-21 01:40:39 +02:00
|
|
|
@pink:#E2008C;
|
2016-10-21 04:29:10 +02:00
|
|
|
@brown:#6B5B4C;
|
2016-10-28 01:15:44 +02:00
|
|
|
@grey:#42495F;
|
|
|
|
|
2016-10-28 20:15:19 +02:00
|
|
|
@pageBackground : #FDFDFA;
|
|
|
|
|
2016-10-28 01:15:44 +02:00
|
|
|
/*******************************
|
|
|
|
PXT Overrides
|
|
|
|
*******************************/
|
|
|
|
|
2016-10-28 20:15:19 +02:00
|
|
|
@blocklyToolboxColor: #F6F4E6;
|
2016-11-01 16:35:45 +01:00
|
|
|
|
2017-12-14 22:30:47 +01:00
|
|
|
@blocklyFlyoutColor: #42495F;
|
2019-12-02 05:58:26 +01:00
|
|
|
|
|
|
|
/*-------------------
|
|
|
|
Menu
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
@mainMenuInvertedBackground: @blue;
|
|
|
|
@mainMenuTutorialBackground: @orange;
|
|
|
|
|
|
|
|
@mainMenuBlocksJsToggleColor: @primaryColor;
|
|
|
|
|
|
|
|
@tutorialSelectedMenuColor: @blue;
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*-------------------
|
|
|
|
Layout
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
@sideBarWidth: 22rem;
|
|
|
|
@simulatorWidth: 27rem;
|
|
|
|
@simulatorWidthSmall: 20rem;
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*-------------------
|
|
|
|
Background
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
@simulatorBackground: #FDFDFF;
|
|
|
|
@editorToolsBackground: @simulatorBackground;
|
|
|
|
@blocklySvgColor: #ecf0f1;
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*-------------------
|
|
|
|
Side Docs
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
@sidedocsButtonsTop: (@mainMenuHeight + 1rem);
|
|
|
|
@sidedocsButtonsRight: 4.25rem;
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*-------------------
|
|
|
|
Editor
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
@blocklyToolboxColor: rgba(0, 0, 0, 0.05);
|
|
|
|
@trashIconColor: @primaryColor;
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------
|
|
|
|
Flyout
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
@flyoutLabelColor: white;
|
|
|
|
@blocklyFlyoutColor: #4b4949;
|
|
|
|
@blocklyFlyoutColorOpacity: 1.0;
|
|
|
|
@monacoFlyoutColor: @blocklyFlyoutColor;
|
|
|
|
@blocklyFlyoutButtonColor: @secondaryColor;
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*-------------------
|
|
|
|
Serial
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
@serialTextColor: black;
|
|
|
|
@serialGraphBackground: #d9d9d9;
|
|
|
|
*/
|