pxt-calliope/theme/site/globals/site.variables

101 lines
1.7 KiB
Plaintext
Raw Normal View History

2016-10-21 01:40:39 +02:00
/*******************************
User Global Variables
*******************************/
2016-10-28 20:15:19 +02:00
@importGoogleFonts: true;
@fontName : 'Roboto Mono';
@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;
@orange:#DF4600;
@yellow:#F4C918;
2016-10-21 04:29:10 +02:00
@green:#3FC863;
2016-10-21 01:40:39 +02:00
@teal:#008272;
@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;
@grey:#42495F;
2016-10-28 20:15:19 +02:00
@pageBackground : #FDFDFA;
/*******************************
PXT Overrides
*******************************/
2016-10-28 20:15:19 +02:00
@blocklyToolboxColor: #F6F4E6;
2016-11-01 16:35:45 +01:00
@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;
*/