mirror of
https://github.com/thangisme/notes.git
synced 2024-12-21 22:26:42 -05:00
Add dark mode theme
This commit is contained in:
parent
b7db5e73a3
commit
3acf927eb7
13
_sass/color_schemes/dark.scss
Normal file
13
_sass/color_schemes/dark.scss
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
$body-background-color: $grey-dk-300;
|
||||
$sidebar-color: $grey-dk-300;
|
||||
$border-color: $grey-dk-200;
|
||||
|
||||
$body-text-color: $grey-lt-300;
|
||||
$body-heading-color: $grey-lt-000;
|
||||
$nav-child-link-color: $grey-dk-000;
|
||||
|
||||
$link-color: lighten($purple-000, 8%);
|
||||
$btn-primary-color: $purple-200;
|
||||
|
||||
$code-background-color: $grey-dk-250;
|
Loading…
Reference in New Issue
Block a user