summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2024-11-29 18:56:38 +0100
committerJasper Ras <jaspert.ras@gmail.com>2024-11-29 18:56:38 +0100
commitc6124e2d46a3f0b7c2ff0d54813f1db540bb2fd3 (patch)
tree91276f9807b3ec677c12a68b7950bff982697c88
parent933e5bfc86a8a1084c6bdde1768762681c7ed924 (diff)
-rw-r--r--theme.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/theme.css b/theme.css
index 4045d2f..01203f6 100644
--- a/theme.css
+++ b/theme.css
@@ -35,6 +35,17 @@ svg * {
}
.theme-dark {
- background-primary: #2e1823;
- background-secondary: #fecdb2;
+ --background-primary: #2e1823;
+ --background-secondary: #3A1F2C;
+ --background-secondary-alt: #103543;
+ --text-normal: #fecdb2;
+}
+
+:root {
+ --input-focus-border-color: Highlight;
+ --input-focus-outline: 1px solid Canvas;
+ --input-unfocused-border-color: transparent;
+ --input-disabled-border-color: transparent;
+ --input-hover-border-color: black;
+ /* Default Input Variables for Root */
} \ No newline at end of file