pinafore/scss/themes/sorcery.scss
Maxime Le Conte des Floris e52130f1c8 add toot-cafe theme (#108)
* add toot-cafe theme

* rename "toot-cafe" theme to "sorcery"
2018-04-14 09:43:30 -07:00

27 lines
780 B
SCSS

$main-theme-color: #ae91e8;
//$main-theme-color: #8686CB;
$main-bg-color: #28252E;
$body-bg-color: darken($main-bg-color, 5%);
$anchor-color: $main-theme-color;
$main-text-color: #FFF;
$border-color: lighten($body-bg-color, 10%);
$secondary-text-color: white;
$toast-border: #fafafa;
$toast-bg: #333;
$focus-outline: lighten($main-theme-color, 50%);
$compose-background: lighten($main-theme-color, 52%);
@import "_base.scss";
@import "_dark.scss";
body.theme-sorcery {
@include baseTheme();
@include darkTheme();
--nav-bg: lighten($body-bg-color, 10%);
--nav-a-selected-bg: lighten($body-bg-color, 25%);
--nav-a-bg-hover: lighten($body-bg-color, 25%);
--nav-a-selected-bg-hover: lighten($body-bg-color, 40%);
--button-primary-bg: darken($main-theme-color, 5%);
}