summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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