|
4 | 4 | @custom-variant dark (&:is(.dark *)); |
5 | 5 |
|
6 | 6 | :root { |
| 7 | + --background: oklch(0.98 0 0); |
| 8 | + --foreground: oklch(0.15 0 0); |
| 9 | + --card: oklch(1 0 0); |
| 10 | + --card-foreground: oklch(0.15 0 0); |
| 11 | + --popover: oklch(1 0 0); |
| 12 | + --popover-foreground: oklch(0.15 0 0); |
| 13 | + --primary: oklch(0.45 0.15 220); |
| 14 | + --primary-foreground: oklch(0.98 0 0); |
| 15 | + --secondary: oklch(0.92 0 0); |
| 16 | + --secondary-foreground: oklch(0.15 0 0); |
| 17 | + --muted: oklch(0.92 0 0); |
| 18 | + --muted-foreground: oklch(0.45 0 0); |
| 19 | + --accent: oklch(0.95 0 0); |
| 20 | + --accent-foreground: oklch(0.15 0 0); |
| 21 | + --destructive: oklch(0.55 0.22 25); |
| 22 | + --destructive-foreground: oklch(0.98 0 0); |
| 23 | + --border: oklch(0.88 0 0); |
| 24 | + --input: oklch(0.96 0 0); |
| 25 | + --ring: oklch(0.45 0.15 220); |
| 26 | + --radius: 0.375rem; |
| 27 | + --sidebar: oklch(0.97 0 0); |
| 28 | + --sidebar-foreground: oklch(0.25 0 0); |
| 29 | + --sidebar-primary: oklch(0.45 0.15 220); |
| 30 | + --sidebar-primary-foreground: oklch(0.98 0 0); |
| 31 | + --sidebar-accent: oklch(0.94 0 0); |
| 32 | + --sidebar-accent-foreground: oklch(0.15 0 0); |
| 33 | + --sidebar-border: oklch(0.88 0 0); |
| 34 | + --sidebar-ring: oklch(0.45 0.15 220); |
| 35 | + --success: oklch(0.45 0.18 150); |
| 36 | + --warning: oklch(0.55 0.18 85); |
| 37 | + --editor-bg: oklch(0.99 0 0); |
| 38 | + --editor-line: oklch(0.96 0 0); |
| 39 | +} |
| 40 | + |
| 41 | +.dark { |
7 | 42 | --background: oklch(0.12 0 0); |
8 | 43 | --foreground: oklch(0.95 0 0); |
9 | 44 | --card: oklch(0.15 0 0); |
|
23 | 58 | --border: oklch(0.25 0 0); |
24 | 59 | --input: oklch(0.22 0 0); |
25 | 60 | --ring: oklch(0.75 0.15 220); |
26 | | - --radius: 0.375rem; |
27 | 61 | --sidebar: oklch(0.1 0 0); |
28 | 62 | --sidebar-foreground: oklch(0.85 0 0); |
29 | 63 | --sidebar-primary: oklch(0.75 0.15 220); |
|
0 commit comments