diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-20 19:31:11 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-20 19:31:11 +0100 |
commit | 536318cd729785a21f24e988a69ba2ce5ab0f070 (patch) | |
tree | 2cd67985628500e5e6eb304c9c465c302a1d36de /web/style/themes.css | |
parent | 0911a3a07973e585f6cf962c4c1af3d0530ca1bf (diff) | |
download | jellything-536318cd729785a21f24e988a69ba2ce5ab0f070.tar jellything-536318cd729785a21f24e988a69ba2ce5ab0f070.tar.bz2 jellything-536318cd729785a21f24e988a69ba2ce5ab0f070.tar.zst |
Black theme
Diffstat (limited to 'web/style/themes.css')
-rw-r--r-- | web/style/themes.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/web/style/themes.css b/web/style/themes.css index 8d1d92a..2c6bdea 100644 --- a/web/style/themes.css +++ b/web/style/themes.css @@ -71,3 +71,24 @@ body.theme-Purple { --font-highlight: white; --image-loading-placeholder: rgb(50, 50, 50); } +body.theme-Black { + --accent-light: hsl(250, 100%, 67%); + --accent-dark: hsl(250, 60%, 42%); + --c-error: rgb(255, 117, 117); + --c-warn: rgb(252, 255, 78); + --c-success: rgb(117, 255, 117); + --c-nav: #0000009a; + --c-nav-hover: #ffffff10; + --c-fade: black; + --overlay: rgba(114, 114, 114, 0.333); + --overlay-hover: rgba(255, 255, 255, 0.533); + --background-dark: #000000; + --background-light: #000000; + --background-very-light: #323232; + --background-disable: rgb(128, 128, 128); + --background-prop: rgba(50, 50, 50, 0.8); + --font: #e8e8e8; + --font-dark: rgb(102, 102, 102); + --font-highlight: white; + --image-loading-placeholder: rgb(20, 20, 20); +} |