mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
696434b36d
* Write a low resolution low fps stream from decoded frames (#8673) * Generate low res low fps previews for recordings viewer * Make sure previews end on the hour * Fix durations and decrase keyframe interval to ensure smooth scrubbing * Ensure minimized resolution is compatible with yuv * Add ability to configure preview quality * Fix * Clean up previews more efficiently * Use iterator * Ensure final frame in preview is not duplicated * initial react/ts framework * fix gitignore glob excluding ts files * ignore folders in web-new * SWRConfig changes for swr 2.x * use frigateConfig type in websocket handlers --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
62 lines
1.2 KiB
CSS
62 lines
1.2 KiB
CSS
.theme-gold.light {
|
|
--background: 38, 77%, 88%;
|
|
--foreground: 16, 43%, 34%;
|
|
|
|
--muted: 28, 46%, 56%;
|
|
--muted-foreground: 16, 43%, 34%;
|
|
|
|
--popover: 38, 77%, 88%;
|
|
--popover-foreground: 16, 43%, 34%;
|
|
|
|
--border: 28, 46%, 56%;
|
|
--input: 28, 46%, 56%;
|
|
|
|
--card: 38, 77%, 88%;
|
|
--card-foreground: 16, 43%, 34%;
|
|
|
|
--primary: 28, 46%, 56%;
|
|
--primary-foreground: 60, 70%, 90%;
|
|
|
|
--secondary: 39, 100%, 73%;
|
|
--secondary-foreground: 16, 43%, 34%;
|
|
|
|
--accent: 39, 100%, 73%;
|
|
--accent-foreground: 16, 43%, 34%;
|
|
|
|
--destructive: 16, 43%, 34%;
|
|
--destructive-foreground: 38, 77%, 88%;
|
|
|
|
--ring: 28, 46%, 56%;
|
|
}
|
|
|
|
.theme-gold.dark {
|
|
--background: 16, 43%, 34%;
|
|
--foreground: 38, 77%, 88%;
|
|
|
|
--muted: 28, 46%, 56%;
|
|
--muted-foreground: 38, 77%, 88%;
|
|
|
|
--popover: 16, 43%, 34%;
|
|
--popover-foreground: 38, 77%, 88%;
|
|
|
|
--border: 28, 46%, 56%;
|
|
--input: 28, 46%, 56%;
|
|
|
|
--card: 16, 43%, 34%;
|
|
--card-foreground: 38, 77%, 88%;
|
|
|
|
--primary: 28, 46%, 56%;
|
|
--primary-foreground: 60, 70%, 90%;
|
|
|
|
--secondary: 39, 100%, 73%;
|
|
--secondary-foreground: 16, 43%, 34%;
|
|
|
|
--accent: 39, 100%, 52%;
|
|
--accent-foreground: 16, 43%, 34%;
|
|
|
|
--destructive: 38, 77%, 88%;
|
|
--destructive-foreground: 16, 43%, 34%;
|
|
|
|
--ring: 28, 46%, 56%;
|
|
}
|