aboutsummaryrefslogtreecommitdiff
path: root/web/style/themes.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style/themes.css')
-rw-r--r--web/style/themes.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/style/themes.css b/web/style/themes.css
index 5f01207..f405815 100644
--- a/web/style/themes.css
+++ b/web/style/themes.css
@@ -29,8 +29,8 @@ body.theme-Dark {
--font-highlight: white;
}
body.theme-Light {
- --accent-light: rgb(255, 163, 87);
- --accent-dark: rgb(199, 90, 0);
+ --accent-light: #e46600;
+ --accent-dark: #ff9036;
--c-error: rgb(255, 117, 117);
--c-warn: rgb(252, 255, 78);
--c-success: rgb(117, 255, 117);
@@ -43,10 +43,10 @@ body.theme-Light {
--background-light: #c0c0c0;
--background-very-light: #b9b9b9;
--background-disable: rgb(128, 128, 128);
- --background-prop: rgba(0, 0, 0, 0.8);
- --font: rgb(43, 43, 43);
- --font-dark: rgb(0, 0, 0);
- --font-highlight: rgb(0, 0, 0);
+ --background-prop: #e9e9e9b2;
+ --font: #0f0f0f;
+ --font-dark: #606060;
+ --font-highlight: black;
}
body.theme-Purple {
--accent-light: rgb(191, 87, 255);