diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-29 18:56:38 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-29 18:56:38 +0100 |
commit | c6124e2d46a3f0b7c2ff0d54813f1db540bb2fd3 (patch) | |
tree | 91276f9807b3ec677c12a68b7950bff982697c88 | |
parent | 933e5bfc86a8a1084c6bdde1768762681c7ed924 (diff) |
-rw-r--r-- | theme.css | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -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 |