diff --git a/_config.yml b/_config.yml index c604592..fd1ec63 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ defaults: title: Lethal Company Modding description: Thunderstore Community theme: just-the-docs -color_scheme: dark +color_scheme: lethal-dark url: https://lethalcompanymodding.github.io/Thunderstore/ favicon_ico: "/favicon.png" diff --git a/_sass/color_schemes/lethal-dark.scss b/_sass/color_schemes/lethal-dark.scss new file mode 100644 index 0000000..c61fe9a --- /dev/null +++ b/_sass/color_schemes/lethal-dark.scss @@ -0,0 +1,8 @@ +@import "./color_schemes/dark"; + +$color-scheme: lethal-dark; + +$body-background-color: rgb(33, 34, 33); +$body-heading-color: rgb(33, 34, 33); +$body-text-color: #f8efe1; +$link-color: rgb(107, 183, 105);