Initial commit, based on pxt-adafruit
This commit is contained in:
3
theme/site/globals/reset.overrides
Normal file
3
theme/site/globals/reset.overrides
Normal file
@ -0,0 +1,3 @@
|
||||
/*******************************
|
||||
Site Overrides
|
||||
*******************************/
|
3
theme/site/globals/reset.variables
Normal file
3
theme/site/globals/reset.variables
Normal file
@ -0,0 +1,3 @@
|
||||
/*******************************
|
||||
User Global Variables
|
||||
*******************************/
|
3
theme/site/globals/site.overrides
Normal file
3
theme/site/globals/site.overrides
Normal file
@ -0,0 +1,3 @@
|
||||
/*******************************
|
||||
Site Overrides
|
||||
*******************************/
|
90
theme/site/globals/site.variables
Normal file
90
theme/site/globals/site.variables
Normal file
@ -0,0 +1,90 @@
|
||||
/*******************************
|
||||
User Global Variables
|
||||
*******************************/
|
||||
|
||||
@importGoogleFonts: true;
|
||||
|
||||
@fontName : 'Open Sans';
|
||||
|
||||
@emSize : 14px;
|
||||
@fontSize : 13px;
|
||||
|
||||
@primaryColor: @blue;
|
||||
@secondaryColor: @pink;
|
||||
|
||||
@red:#CC2936;
|
||||
@yellow:#FFC914;
|
||||
@teal:#08415C;
|
||||
@violet:#C200C0;
|
||||
@brown:#2E282A;
|
||||
@grey:#999;
|
||||
|
||||
/* Adafruit colors */
|
||||
@blue:#2EB7ED;
|
||||
@pink:#FB48C7;
|
||||
|
||||
@green: #40bf4a; /*#00922B;*/
|
||||
@purple:#8073E5;
|
||||
@orange:#FFA702;
|
||||
|
||||
@pageBackground: #ecf0f1;
|
||||
|
||||
/*******************************
|
||||
PXT Overrides
|
||||
*******************************/
|
||||
|
||||
/*-------------------
|
||||
Menu
|
||||
--------------------*/
|
||||
|
||||
@mainMenuInvertedBackground: @blue;
|
||||
@mainMenuTutorialBackground: @orange;
|
||||
|
||||
@mainMenuBlocksJsToggleColor: @black;
|
||||
|
||||
@tutorialSelectedMenuColor: @blue;
|
||||
|
||||
/*-------------------
|
||||
Layout
|
||||
--------------------*/
|
||||
|
||||
@sideBarWidth: 22rem;
|
||||
@simulatorWidth: 24rem;
|
||||
@simulatorWidthSmall: 20rem;
|
||||
|
||||
/*-------------------
|
||||
Background
|
||||
--------------------*/
|
||||
|
||||
@simulatorBackground: #2F2F2F; /*#313638;*/
|
||||
@editorToolsBackground: #2F2F2F; /*#1e1e1e;*/
|
||||
@blocklySvgColor: #4c4b4d; /*#1e1e1e;*/
|
||||
|
||||
/*-------------------
|
||||
Full screen
|
||||
--------------------*/
|
||||
|
||||
@fullscreenBackgroundGradientStart: @mainMenuInvertedBackground;
|
||||
@fullscreenBackgroundGradientEnd: #fff;
|
||||
|
||||
/*-------------------
|
||||
Side Docs
|
||||
--------------------*/
|
||||
|
||||
@sidedocsButtonsTop: (@mainMenuHeight + 1rem);
|
||||
@sidedocsButtonsRight: 4.25rem;
|
||||
|
||||
/*-------------------
|
||||
Editor
|
||||
--------------------*/
|
||||
|
||||
@blocklyToolboxColor: transparent;
|
||||
@trashIconColor: @primaryColor;
|
||||
|
||||
|
||||
/*-------------------
|
||||
Blockly
|
||||
--------------------*/
|
||||
|
||||
@blocklyRowWidthWide: 160px;
|
||||
@blocklyRowWidthComputer: 140px;
|
Reference in New Issue
Block a user