mirror of
https://github.com/thangisme/notes.git
synced 2025-10-13 09:14:20 -04:00
Add dark mode theme
This commit is contained in:
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;
|
Reference in New Issue
Block a user