diff --git a/sass/overrides.scss b/sass/overrides.scss index fde0101..4dce760 100644 --- a/sass/overrides.scss +++ b/sass/overrides.scss @@ -1,3 +1,16 @@ +body[class*="theme-"] { + --bg-color: #282c34; + --fg-color: #abb2bf; + --comment-color: #5c6370; + --blue-color: #61afef; + --cyan-color: #56b6c2; + --green-color: #98c379; + --orange-color: #d19a66; + --red-color: #e06c75; + --yellow-color: #e5c07b; + --magenta-color: #c678dd; +} + h1:before, h2:before, h3:before, diff --git a/templates/base.html b/templates/base.html index abfc90f..503e3f7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -70,6 +70,7 @@