2016-05-11 19:31:17 +00:00
|
|
|
$base-font-size: 16;
|
|
|
|
|
|
|
|
//colors
|
|
|
|
$p5js-pink: #ed225d;
|
|
|
|
$white: #fff;
|
|
|
|
$black: #000;
|
2016-10-12 16:08:12 +00:00
|
|
|
$yellow: #F5DC23;
|
2016-05-11 19:31:17 +00:00
|
|
|
|
2016-09-13 18:15:46 +00:00
|
|
|
$themes: (
|
|
|
|
light: (
|
2016-10-18 02:57:29 +00:00
|
|
|
logo-color: $p5js-pink,
|
2016-09-13 18:15:46 +00:00
|
|
|
primary-text-color: #333,
|
2016-10-12 16:08:12 +00:00
|
|
|
modal-button-color: #333,
|
|
|
|
heading-text-color: #333,
|
2016-09-13 18:15:46 +00:00
|
|
|
secondary-text-color: #6b6b6b,
|
|
|
|
inactive-text-color: #b5b5b5,
|
2016-09-22 01:46:23 +00:00
|
|
|
background-color: #fbfbfb,
|
2016-09-13 18:15:46 +00:00
|
|
|
button-background-color: #f4f4f4,
|
|
|
|
button-color: $black,
|
|
|
|
button-border-color: #979797,
|
|
|
|
toolbar-button-color: $p5js-pink,
|
2016-09-13 20:42:06 +00:00
|
|
|
toolbar-button-background-color: #f4f4f4,
|
2016-09-13 18:15:46 +00:00
|
|
|
button-background-hover-color: $p5js-pink,
|
|
|
|
button-background-active-color: #f10046,
|
|
|
|
button-hover-color: $white,
|
|
|
|
button-active-color: $white,
|
2016-09-22 01:46:23 +00:00
|
|
|
modal-background-color: #fdfdfd,
|
2016-09-13 18:15:46 +00:00
|
|
|
modal-button-background-color: #e6e6e6,
|
|
|
|
modal-border-color: #B9D0E1,
|
|
|
|
icon-color: #8b8b8b,
|
|
|
|
icon-hover-color: #333,
|
|
|
|
shadow-color: rgba(0, 0, 0, 0.16),
|
|
|
|
console-background-color: #eee,
|
|
|
|
console-header-background-color: #d6d6d6,
|
2016-09-22 03:39:50 +00:00
|
|
|
console-header-color: #b1b1b1,
|
2016-09-13 18:15:46 +00:00
|
|
|
ide-border-color: #f4f4f4,
|
2016-09-22 01:46:23 +00:00
|
|
|
editor-gutter-color: #f4f4f4,
|
2016-09-21 22:52:44 +00:00
|
|
|
file-selected-color: #f4f4f4,
|
2016-09-22 03:39:50 +00:00
|
|
|
input-text-color: #333,
|
2016-12-15 23:43:58 +00:00
|
|
|
input-border-color: #b5b5b5,
|
2016-09-13 18:15:46 +00:00
|
|
|
),
|
|
|
|
dark: (
|
2016-10-18 02:57:29 +00:00
|
|
|
logo-color: $p5js-pink,
|
2016-09-13 18:15:46 +00:00
|
|
|
primary-text-color: $white,
|
2016-10-12 16:08:12 +00:00
|
|
|
modal-button-color: $white,
|
|
|
|
heading-text-color: $white,
|
2016-09-13 18:15:46 +00:00
|
|
|
secondary-text-color: #c2c2c2,
|
|
|
|
inactive-text-color: #7d7d7d,
|
|
|
|
background-color: #333,
|
|
|
|
button-background-color: $white,
|
|
|
|
button-color: $black,
|
|
|
|
button-border-color: #979797,
|
|
|
|
toolbar-button-color: $p5js-pink,
|
2016-09-13 20:42:06 +00:00
|
|
|
toolbar-button-background-color: #424242,
|
2016-09-13 18:15:46 +00:00
|
|
|
button-background-hover-color: $p5js-pink,
|
|
|
|
button-background-active-color: #f10046,
|
|
|
|
button-hover-color: $white,
|
|
|
|
button-active-color: $white,
|
|
|
|
modal-background-color: #444,
|
|
|
|
modal-button-background-color: #5f5f5f,
|
|
|
|
modal-border-color: #949494,
|
|
|
|
icon-color: #a9a9a9,
|
|
|
|
icon-hover-color: $white,
|
|
|
|
shadow-color: rgba(0, 0, 0, 0.16),
|
|
|
|
console-background-color: #4f4f4f,
|
|
|
|
console-header-background-color: #3f3f3f,
|
|
|
|
console-header-color: #b5b5b5,
|
|
|
|
ide-border-color: #949494,
|
2016-09-21 22:52:44 +00:00
|
|
|
editor-gutter-color: #363636,
|
|
|
|
file-selected-color: #404040,
|
2016-09-22 03:39:50 +00:00
|
|
|
input-text-color: #333,
|
2016-12-15 23:43:58 +00:00
|
|
|
input-border-color: #b5b5b5,
|
2016-10-12 16:08:12 +00:00
|
|
|
),
|
|
|
|
contrast: (
|
2016-10-18 02:57:29 +00:00
|
|
|
logo-color: $yellow,
|
2016-10-12 16:08:12 +00:00
|
|
|
primary-text-color: $yellow,
|
|
|
|
modal-button-color: #333,
|
|
|
|
heading-text-color: #e1e1e1,
|
|
|
|
secondary-text-color: #e1e1e1,
|
|
|
|
inactive-text-color: #c1c1c1,
|
|
|
|
background-color: #333,
|
|
|
|
button-background-color: $white,
|
|
|
|
button-color: $black,
|
|
|
|
button-border-color: #979797,
|
|
|
|
toolbar-button-color: #333333,
|
|
|
|
toolbar-button-background-color: #C1C1C1,
|
|
|
|
button-background-hover-color: $yellow,
|
|
|
|
button-background-active-color: #f10046,
|
|
|
|
button-hover-color: #333333,
|
|
|
|
button-active-color: #333333,
|
|
|
|
modal-background-color: #444,
|
|
|
|
modal-button-background-color: #C1C1C1,
|
|
|
|
modal-border-color: #949494,
|
|
|
|
icon-color: #a9a9a9,
|
|
|
|
icon-hover-color: $yellow,
|
|
|
|
shadow-color: rgba(0, 0, 0, 0.16),
|
|
|
|
console-background-color: #4f4f4f,
|
|
|
|
console-header-background-color: #3f3f3f,
|
|
|
|
console-header-color: #b5b5b5,
|
|
|
|
ide-border-color: #949494,
|
|
|
|
editor-gutter-color: #454545,
|
|
|
|
file-selected-color: #404040,
|
|
|
|
input-text-color: #333,
|
2016-12-15 23:43:58 +00:00
|
|
|
input-border-color: #b5b5b5,
|
2016-09-13 18:15:46 +00:00
|
|
|
)
|
|
|
|
);
|
|
|
|
|
|
|
|
$console-warn-color: #ffbe05;
|
|
|
|
$console-error-color: #ff5f52;
|
|
|
|
|
|
|
|
$toast-background-color: #979797;
|
|
|
|
$toast-text-color: $white;
|
2016-12-15 23:43:58 +00:00
|
|
|
|
|
|
|
$form-title-color: rgba(51, 51, 51, 0.87);
|
|
|
|
$secondary-form-title-color: #b5b5b5;
|
|
|
|
$form-button-background-color: $white;
|
|
|
|
$form-button-color: #f10046;
|
|
|
|
$form-button-background-hover-color: $p5js-pink;
|
|
|
|
$form-button-background-active-color: #f10046;
|
|
|
|
$form-button-hover-color: $white;
|
|
|
|
$form-button-active-color: $white;
|
|
|
|
$form-navigation-options-color: #999999;
|