aboutsummaryrefslogtreecommitdiff
path: root/web/style/themes.css
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2023-10-29 20:56:02 +0100
committertpart <tpart120@proton.me>2023-10-29 20:56:02 +0100
commit23f013bd97ab55da9ed2572a98717d00d9d46c49 (patch)
tree8616781bea42dca692f7a1da0eb0ed5b98cc90f1 /web/style/themes.css
parent781ae26883b9a28cbb5c94e9e086f1a5a2f7f60e (diff)
downloadjellything-23f013bd97ab55da9ed2572a98717d00d9d46c49.tar
jellything-23f013bd97ab55da9ed2572a98717d00d9d46c49.tar.bz2
jellything-23f013bd97ab55da9ed2572a98717d00d9d46c49.tar.zst
Add more icons
Diffstat (limited to 'web/style/themes.css')
-rw-r--r--web/style/themes.css29
1 files changed, 26 insertions, 3 deletions
diff --git a/web/style/themes.css b/web/style/themes.css
index 04f0278..dc6f32d 100644
--- a/web/style/themes.css
+++ b/web/style/themes.css
@@ -1,12 +1,12 @@
body {
--video-brackground: black;
+}
+body.theme-Dark {
--accent-light: rgb(255, 163, 87);
--accent-dark: rgb(199, 90, 0);
--c-error: rgb(255, 117, 117);
--c-warn: rgb(252, 255, 78);
--c-success: rgb(117, 255, 117);
-}
-body.theme-Dark {
--c-nav: #1c1c1c9a;
--c-nav-hover: #ffffff10;
--c-fade: black;
@@ -22,6 +22,11 @@ body.theme-Dark {
--font-highlight: white;
}
body.theme-Light {
+ --accent-light: rgb(255, 163, 87);
+ --accent-dark: rgb(199, 90, 0);
+ --c-error: rgb(255, 117, 117);
+ --c-warn: rgb(252, 255, 78);
+ --c-success: rgb(117, 255, 117);
--c-nav: #c4c4c4d7;
--c-nav-hover: #ffffff10;
--c-fade: white;
@@ -37,4 +42,22 @@ body.theme-Light {
--font-highlight: rgb(0, 0, 0);
}
body.theme-Purple {
-}
+ --accent-light: rgb(191, 87, 255);
+ --accent-dark: rgb(143, 43, 205);
+ --c-error: rgb(255, 117, 117);
+ --c-warn: rgb(252, 255, 78);
+ --c-success: rgb(117, 255, 117);
+ --c-nav: #1c1c1c9a;
+ --c-nav-hover: #ffffff10;
+ --c-fade: black;
+ --overlay: #0005;
+ --overlay-hover: #0008;
+ --background-dark: #070707;
+ --background-light: #1c1c1c;
+ --background-very-light: #323232;
+ --background-disable: rgb(128, 128, 128);
+ --background-prop: #5a5a5a85;
+ --font: rgb(218, 218, 218);
+ --font-dark: rgb(122, 122, 122);
+ --font-highlight: white;
+} \ No newline at end of file