gbclient/public/themes/xeroxui.css

29 lines
718 B
CSS
Raw Normal View History

:root {
/* XeroxUI Theme */
--background: 0 0% 90%;
--foreground: 240 10% 10%;
--card: 0 0% 85%;
--card-foreground: 240 10% 10%;
--popover: 0 0% 90%;
--popover-foreground: 240 10% 10%;
--primary: 240 80% 40%;
--primary-foreground: 0 0% 90%;
--secondary: 0 0% 80%;
--secondary-foreground: 240 10% 10%;
--muted: 0 0% 75%;
--muted-foreground: 240 10% 30%;
--accent: 120 80% 40%;
--accent-foreground: 0 0% 90%;
--destructive: 0 85% 60%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 80%;
--input: 0 0% 80%;
--ring: 240 80% 40%;
--radius: 0.5rem;
--chart-1: 240 80% 40%;
--chart-2: 120 80% 40%;
--chart-3: 60 80% 40%;
--chart-4: 0 80% 40%;
--chart-5: 300 80% 40%;
}