mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-22 08:57:20 -06:00
bdebb99b5a
* fixup build * swap frontends
62 lines
1.2 KiB
CSS
62 lines
1.2 KiB
CSS
.theme-nord.light {
|
|
--background: 220, 16%, 96%;
|
|
--foreground: 222, 20%, 16%;
|
|
|
|
--muted: 215, 14%, 80%;
|
|
--muted-foreground: 222, 20%, 16%;
|
|
|
|
--popover: 220, 16%, 96%;
|
|
--popover-foreground: 222, 20%, 16%;
|
|
|
|
--border: 222, 20%, 70%;
|
|
--input: 222, 20%, 70%;
|
|
|
|
--card: 220, 16%, 96%;
|
|
--card-foreground: 222, 20%, 16%;
|
|
|
|
--primary: 222, 20%, 70%;
|
|
--primary-foreground: 220, 16%, 96%;
|
|
|
|
--secondary: 215, 14%, 80%;
|
|
--secondary-foreground: 222, 20%, 16%;
|
|
|
|
--accent: 215, 14%, 80%;
|
|
--accent-foreground: 222, 20%, 16%;
|
|
|
|
--destructive: 0, 80%, 50%;
|
|
--destructive-foreground: 222, 20%, 16%;
|
|
|
|
--ring: 222, 20%, 70%;
|
|
}
|
|
|
|
.theme-nord.dark {
|
|
--background: 220, 16%, 16%;
|
|
--foreground: 222, 20%, 96%;
|
|
|
|
--muted: 215, 14%, 25%;
|
|
--muted-foreground: 222, 20%, 96%;
|
|
|
|
--popover: 220, 16%, 16%;
|
|
--popover-foreground: 222, 20%, 96%;
|
|
|
|
--border: 222, 20%, 40%;
|
|
--input: 222, 20%, 40%;
|
|
|
|
--card: 220, 16%, 16%;
|
|
--card-foreground: 222, 20%, 96%;
|
|
|
|
--primary: 222, 20%, 65%;
|
|
--primary-foreground: 220, 16%, 16%;
|
|
|
|
--secondary: 215, 14%, 25%;
|
|
--secondary-foreground: 222, 20%, 96%;
|
|
|
|
--accent: 215, 14%, 25%;
|
|
--accent-foreground: 222, 20%, 96%;
|
|
|
|
--destructive: 0, 80%, 50%;
|
|
--destructive-foreground: 222, 20%, 96%;
|
|
|
|
--ring: 222, 20%, 40%;
|
|
}
|