70 lines
1.9 KiB
CSS
70 lines
1.9 KiB
CSS
/* Greyhaven Design Tokens — Light Theme
|
|
Auto-generated by Style Dictionary — DO NOT EDIT
|
|
Source: tokens/color.json */
|
|
|
|
:root {
|
|
/* Page background */
|
|
--background: 240 240 236;
|
|
/* Primary text */
|
|
--foreground: 22 22 20;
|
|
/* Card/elevated surface background */
|
|
--card: 249 249 247;
|
|
/* Card text */
|
|
--card-foreground: 22 22 20;
|
|
/* Popover background */
|
|
--popover: 249 249 247;
|
|
/* Popover text */
|
|
--popover-foreground: 22 22 20;
|
|
/* Primary accent — buttons, links, focus rings */
|
|
--primary: 217 94 42;
|
|
/* Text on primary accent */
|
|
--primary-foreground: 249 249 247;
|
|
/* Secondary button/surface */
|
|
--secondary: 240 240 236;
|
|
/* Text on secondary surface */
|
|
--secondary-foreground: 47 47 44;
|
|
/* Muted/subdued background */
|
|
--muted: 240 240 236;
|
|
/* Muted/subdued text */
|
|
--muted-foreground: 87 87 83;
|
|
/* Subtle hover state */
|
|
--accent: 221 221 215;
|
|
/* Text on accent hover */
|
|
--accent-foreground: 22 22 20;
|
|
/* Destructive/error actions */
|
|
--destructive: 180 50 50;
|
|
/* Text on destructive */
|
|
--destructive-foreground: 249 249 247;
|
|
/* Default border */
|
|
--border: 196 196 189;
|
|
/* Input border */
|
|
--input: 196 196 189;
|
|
/* Focus ring */
|
|
--ring: 217 94 42;
|
|
/* Chart accent */
|
|
--chart-1: 217 94 42;
|
|
/* Chart secondary */
|
|
--chart-2: 87 87 83;
|
|
/* Chart tertiary */
|
|
--chart-3: 127 127 121;
|
|
/* Chart quaternary */
|
|
--chart-4: 166 166 159;
|
|
/* Chart quinary */
|
|
--chart-5: 47 47 44;
|
|
/* Sidebar background */
|
|
--sidebar: 240 240 236;
|
|
/* Sidebar text */
|
|
--sidebar-foreground: 22 22 20;
|
|
/* Sidebar primary accent */
|
|
--sidebar-primary: 217 94 42;
|
|
/* Sidebar primary text */
|
|
--sidebar-primary-foreground: 249 249 247;
|
|
/* Sidebar accent/hover */
|
|
--sidebar-accent: 196 196 189;
|
|
/* Sidebar accent text */
|
|
--sidebar-accent-foreground: 22 22 20;
|
|
/* Sidebar border */
|
|
--sidebar-border: 196 196 189;
|
|
/* Sidebar focus ring */
|
|
--sidebar-ring: 217 94 42;
|
|
} |