2.1.28, initiation update to PXT v5.28.24 (#54)
This commit is contained in:
committed by
Peli de Halleux
parent
38a964516e
commit
5c114a0c57
@ -6,9 +6,8 @@
|
||||
|
||||
@fontName : 'Roboto Mono';
|
||||
|
||||
/*-------------------
|
||||
Site Colors
|
||||
--------------------*/
|
||||
@headerFont : 'Roboto Mono';
|
||||
@pageFont : 'Roboto Mono';
|
||||
|
||||
@primaryColor: #3CB5B5;
|
||||
@secondaryColor: #43C9C9;
|
||||
@ -27,7 +26,6 @@
|
||||
|
||||
@pageBackground : #FDFDFA;
|
||||
|
||||
|
||||
/*******************************
|
||||
PXT Overrides
|
||||
*******************************/
|
||||
@ -35,3 +33,69 @@
|
||||
@blocklyToolboxColor: #F6F4E6;
|
||||
|
||||
@blocklyFlyoutColor: #42495F;
|
||||
|
||||
/*-------------------
|
||||
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;
|
||||
*/
|
Reference in New Issue
Block a user