mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-21 13:46:56 +02:00
Dark mode theme tweaks (#17846)
Slightly adjust some default theme (dark mode only) colors to make them more readable.
This commit is contained in:
parent
05f02fb956
commit
645c84bc1a
@ -137,23 +137,23 @@
|
||||
--secondary: hsl(0, 0%, 15%);
|
||||
--secondary: 0 0% 15%;
|
||||
|
||||
--secondary-foreground: hsl(0, 0%, 32%);
|
||||
--secondary-foreground: 0 0% 32%;
|
||||
--secondary-foreground: hsl(0, 0%, 42%);
|
||||
--secondary-foreground: 0 0% 42%;
|
||||
|
||||
--secondary-highlight: hsl(0, 0%, 25%);
|
||||
--secondary-highlight: 0 0% 25%;
|
||||
|
||||
--neutral: hsl(0, 0%, 45.1%);
|
||||
--neutral: 0 0% 45.1%;
|
||||
--neutral: hsl(0, 0%, 55.1%);
|
||||
--neutral: 0 0% 55.1%;
|
||||
|
||||
--neutral_variant: hsl(0, 0%, 32.2%);
|
||||
--neutral_variant: 0 0% 32.2%;
|
||||
--neutral_variant: hsl(0, 0%, 42.2%);
|
||||
--neutral_variant: 0 0% 42.2%;
|
||||
|
||||
--muted: hsl(0, 0%, 12%);
|
||||
--muted: 0 0% 12%;
|
||||
|
||||
--muted-foreground: hsl(0, 0%, 32%);
|
||||
--muted-foreground: 0 0% 32%;
|
||||
--muted-foreground: hsl(0, 0%, 42%);
|
||||
--muted-foreground: 0 0% 42%;
|
||||
|
||||
--accent: hsl(0, 0%, 19%);
|
||||
--accent: 0 0% 19%;
|
||||
|
Loading…
Reference in New Issue
Block a user