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.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/style/themes.css b/web/style/themes.css
index f7c4229..10124b4 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);
@@ -44,9 +44,9 @@ body.theme-Light {
--background-very-light: #b9b9b9;
--background-disable: rgb(128, 128, 128);
--background-prop: #e9e9e9b2;
- --font: rgb(43, 43, 43);
- --font-dark: rgb(0, 0, 0);
- --font-highlight: rgb(0, 0, 0);
+ --font: #0f0f0f;
+ --font-dark: #606060;
+ --font-highlight: black;
}
body.theme-Purple {
--accent-light: rgb(191, 87, 255);