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.

33 lines
544 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%);
$blue: #848fab;
$yellow: #a7ad86;
$red: #a88b83;
// // pastell green
// $background: #7FC6B8;
// $highlight: #40B3A2;
// $secondary: #E27D5F;
// $highlight-text: black;
// $text: black;