|
65 | 65 | --sidebar-ring: hsl(217.2 91.2% 59.8%);
|
66 | 66 | }
|
67 | 67 |
|
| 68 | +[data-registry='plate'] { |
| 69 | + --accent: hsl(0 0% 96.1%); |
| 70 | + --accent-foreground: hsl(0 0% 9%); |
| 71 | + --background: hsl(0 0% 100%); |
| 72 | + --border: hsl(0 0% 89.8%); |
| 73 | + --card: hsl(0 0% 100%); |
| 74 | + --card-foreground: hsl(0 0% 3.9%); |
| 75 | + --destructive: hsl(0 84.2% 60.2%); |
| 76 | + --destructive-foreground: hsl(0 0% 98%); |
| 77 | + --foreground: hsl(0 0% 3.9%); |
| 78 | + --input: hsl(0 0% 89.8%); |
| 79 | + --muted: hsl(0 0% 96.1%); |
| 80 | + --muted-foreground: hsl(0 0% 45.1%); |
| 81 | + --popover: hsl(0 0% 100%); |
| 82 | + --popover-foreground: hsl(0 0% 3.9%); |
| 83 | + --primary: hsl(0 0% 9%); |
| 84 | + --primary-foreground: hsl(0 0% 98%); |
| 85 | + --ring: hsl(0 0% 3.9%); |
| 86 | + --secondary: hsl(0 0% 96.1%); |
| 87 | + --secondary-foreground: hsl(0 0% 9%); |
| 88 | + --radius: 0.6rem; |
| 89 | + --brand: hsl(217.2 91.2% 59.8%); |
| 90 | + --highlight: hsl(47.9 95.8% 53.1%); |
| 91 | +} |
| 92 | + |
| 93 | +[data-registry='plate'].dark { |
| 94 | + --accent: hsl(0 0% 14.9%); |
| 95 | + --accent-foreground: hsl(0 0% 98%); |
| 96 | + --background: hsl(0 0% 3.9%); |
| 97 | + --border: hsl(0 0% 14.9%); |
| 98 | + --card: hsl(0 0% 3.9%); |
| 99 | + --card-foreground: hsl(0 0% 98%); |
| 100 | + --destructive: hsl(0 62.8% 30.6%); |
| 101 | + --destructive-foreground: hsl(0 0% 98%); |
| 102 | + --foreground: hsl(0 0% 98%); |
| 103 | + --input: hsl(0 0% 14.9%); |
| 104 | + --muted: hsl(0 0% 14.9%); |
| 105 | + --muted-foreground: hsl(0 0% 63.9%); |
| 106 | + --popover: hsl(0 0% 3.9%); |
| 107 | + --popover-foreground: hsl(0 0% 98%); |
| 108 | + --primary: hsl(0 0% 98%); |
| 109 | + --primary-foreground: hsl(0 0% 9%); |
| 110 | + --ring: hsl(0 0% 83.1%); |
| 111 | + --secondary: hsl(0 0% 14.9%); |
| 112 | + --secondary-foreground: hsl(0 0% 98%); |
| 113 | + --brand: hsl(213.3 93.9% 67.8%); |
| 114 | + --highlight: hsl(48 96% 53%); |
| 115 | +} |
| 116 | + |
68 | 117 | @theme inline {
|
69 | 118 | --color-background: var(--background);
|
70 | 119 | --color-foreground: var(--foreground);
|
|
102 | 151 | --color-sidebar-primary: var(--sidebar-primary);
|
103 | 152 | --color-sidebar-foreground: var(--sidebar-foreground);
|
104 | 153 | --color-sidebar: var(--sidebar-background);
|
| 154 | + --color-brand: var(--brand); |
| 155 | + --color-highlight: var(--highlight); |
105 | 156 | --animate-accordion-down: accordion-down 0.2s ease-out;
|
106 | 157 | --animate-accordion-up: accordion-up 0.2s ease-out;
|
107 | 158 |
|
|
299 | 350 | @utility slide-out-to-right-* {
|
300 | 351 | --tw-exit-translate-x: --value([percentage], [length]);
|
301 | 352 | }
|
302 |
| - |
303 |
| -[data-registry='plate'] { |
304 |
| - --accent: hsl(0 0% 96.1%); |
305 |
| - --accent-foreground: hsl(0 0% 9%); |
306 |
| - --background: hsl(0 0% 100%); |
307 |
| - --border: hsl(0 0% 89.8%); |
308 |
| - --card: hsl(0 0% 100%); |
309 |
| - --card-foreground: hsl(0 0% 3.9%); |
310 |
| - --destructive: hsl(0 84.2% 60.2%); |
311 |
| - --destructive-foreground: hsl(0 0% 98%); |
312 |
| - --foreground: hsl(0 0% 3.9%); |
313 |
| - --input: hsl(0 0% 89.8%); |
314 |
| - --muted: hsl(0 0% 96.1%); |
315 |
| - --muted-foreground: hsl(0 0% 45.1%); |
316 |
| - --popover: hsl(0 0% 100%); |
317 |
| - --popover-foreground: hsl(0 0% 3.9%); |
318 |
| - --primary: hsl(0 0% 9%); |
319 |
| - --primary-foreground: hsl(0 0% 98%); |
320 |
| - --ring: hsl(0 0% 3.9%); |
321 |
| - --secondary: hsl(0 0% 96.1%); |
322 |
| - --secondary-foreground: hsl(0 0% 9%); |
323 |
| - --radius: 0.6rem; |
324 |
| - --brand: hsl(217.2 91.2% 59.8%); |
325 |
| - --highlight: hsl(47.9 95.8% 53.1%); |
326 |
| -} |
327 |
| - |
328 |
| -[data-registry='plate'].dark { |
329 |
| - --accent: hsl(0 0% 14.9%); |
330 |
| - --accent-foreground: hsl(0 0% 98%); |
331 |
| - --background: hsl(0 0% 3.9%); |
332 |
| - --border: hsl(0 0% 14.9%); |
333 |
| - --card: hsl(0 0% 3.9%); |
334 |
| - --card-foreground: hsl(0 0% 98%); |
335 |
| - --destructive: hsl(0 62.8% 30.6%); |
336 |
| - --destructive-foreground: hsl(0 0% 98%); |
337 |
| - --foreground: hsl(0 0% 98%); |
338 |
| - --input: hsl(0 0% 14.9%); |
339 |
| - --muted: hsl(0 0% 14.9%); |
340 |
| - --muted-foreground: hsl(0 0% 63.9%); |
341 |
| - --popover: hsl(0 0% 3.9%); |
342 |
| - --popover-foreground: hsl(0 0% 98%); |
343 |
| - --primary: hsl(0 0% 98%); |
344 |
| - --primary-foreground: hsl(0 0% 9%); |
345 |
| - --ring: hsl(0 0% 83.1%); |
346 |
| - --secondary: hsl(0 0% 14.9%); |
347 |
| - --secondary-foreground: hsl(0 0% 98%); |
348 |
| - --brand: hsl(213.3 93.9% 67.8%); |
349 |
| - --highlight: hsl(48 96% 53%); |
350 |
| -} |
|
0 commit comments