You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
494 B
SCSS
29 lines
494 B
SCSS
// original green
|
|
// $background: #86A466;
|
|
|
|
// $highlight: #e97c5e;
|
|
// $secondary: #e97793;
|
|
|
|
// $highlight-text: black;
|
|
// $text: black;
|
|
|
|
// mono green black
|
|
$background: #82ae8a;
|
|
|
|
$highlight: #292c1d;
|
|
$secondary: white;
|
|
|
|
$highlight-text: white;
|
|
$text: black;
|
|
$inactive-text: lighten($text, 20%);
|
|
$highlight-inactive-text: darken($highlight-text, 20%);
|
|
|
|
// // pastell green
|
|
// $background: #7FC6B8;
|
|
|
|
// $highlight: #40B3A2;
|
|
// $secondary: #E27D5F;
|
|
|
|
// $highlight-text: black;
|
|
// $text: black;
|