scratch-paint/src/css/colors.css

25 lines
559 B
CSS
Raw Normal View History

2017-09-11 11:13:43 -04:00
/* DO NOT EDIT
@todo This file is copied from GUI and should be pulled out into a shared library.
See https://github.com/LLK/scratch-paint/issues/13 */
2017-09-06 18:01:49 -04:00
$ui-pane-border: #D9D9D9;
$ui-pane-gray: #F9F9F9;
$ui-background-blue: #e8edf1;
$text-primary: #575e75;
$looks-secondary: #855CD6;
$looks-transparent: hsla(260, 60%, 60%, 0.35); /* 35% transparent version of looks-secondary */
2017-09-06 18:01:49 -04:00
$red-primary: #FF661A;
$red-tertiary: #E64D00;
$sound-primary: #CF63CF;
$sound-tertiary: #A63FA6;
$control-primary: #FFAB19;
2017-12-21 11:24:38 -05:00
$data-primary: #FF8C1A;
2017-09-06 18:01:49 -04:00
$form-border: #E9EEF2;