mirror of https://gitlab.com/tildes/tildes.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
321 B
13 lines
321 B
$theme-dark: (
|
|
'foreground-primary': $fg-light,
|
|
'foreground-secondary': $fg-darkest,
|
|
'foreground-highlight': $fg-lightest,
|
|
'background-primary': $bg-darkest,
|
|
'background-secondary': $bg-dark,
|
|
'background-input': #001f27,
|
|
'border-primary': #33555e,
|
|
);
|
|
|
|
body.theme-dark {
|
|
@include use-theme($theme-dark);
|
|
}
|