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

76 lines
1.5 KiB
Plaintext
Raw Normal View History

/*******************************
User Global Variables
2016-12-02 03:35:10 +01:00
*******************************/
@importGoogleFonts: false;
2016-12-02 03:35:10 +01: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
@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;
@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;
@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;