diff options
-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 |