Set more pleasing colors for webui dark theme

Set darker rows, hover and blue background colors
This commit is contained in:
antanilol 2024-10-04 15:55:01 +02:00 committed by GitHub
parent c48d2c1dde
commit 49badf84d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,10 +36,10 @@
--color-text-blue: hsl(210deg 88.1% 73.5%);
--color-text-orange: hsl(26deg 65% 70%);
--color-text-default: hsl(0deg 0% 90%);
--color-background-blue: hsl(210deg 42% 48%);
--color-background-blue: hsl(210deg 42% 30%);
--color-background-popup: hsl(0deg 0% 20%);
--color-background-default: hsl(0deg 0% 25%);
--color-background-hover: hsl(26deg 50% 55%);
--color-background-default: hsl(0deg 0% 12%);
--color-background-hover: hsl(26deg 80% 20%);
--color-border-default: hsl(0deg 0% 33%);
color-scheme: dark;