From c6124e2d46a3f0b7c2ff0d54813f1db540bb2fd3 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Fri, 29 Nov 2024 18:56:38 +0100 Subject: joee --- theme.css | 15 +++++++++++++-- 1 file 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 -- cgit v1.2.3