gbclient/public/themes/discofever.css

29 lines
740 B
CSS
Raw Normal View History

:root {
/* DiscoFever Theme */
--background: 270 20% 10%;
--foreground: 0 0% 98%;
--card: 270 20% 15%;
--card-foreground: 0 0% 98%;
--popover: 270 20% 10%;
--popover-foreground: 0 0% 98%;
--primary: 330 100% 60%;
--primary-foreground: 0 0% 98%;
--secondary: 270 20% 20%;
--secondary-foreground: 0 0% 98%;
--muted: 270 20% 25%;
--muted-foreground: 270 10% 60%;
--accent: 60 100% 60%;
--accent-foreground: 270 20% 10%;
--destructive: 0 85% 60%;
--destructive-foreground: 0 0% 98%;
--border: 270 20% 20%;
--input: 270 20% 20%;
--ring: 330 100% 60%;
--radius: 0.5rem;
--chart-1: 330 100% 60%;
--chart-2: 60 100% 60%;
--chart-3: 120 100% 60%;
--chart-4: 240 100% 60%;
--chart-5: 0 100% 60%;
}