|
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); |
|
301 | 350 | @utility slide-out-to-right-* { |
302 | 351 | --tw-exit-translate-x: --value([percentage], [length]); |
303 | 352 | } |
304 | | - |
305 | | -[data-registry='plate'] { |
306 | | - --accent: hsl(0 0% 96.1%); |
307 | | - --accent-foreground: hsl(0 0% 9%); |
308 | | - --background: hsl(0 0% 100%); |
309 | | - --border: hsl(0 0% 89.8%); |
310 | | - --card: hsl(0 0% 100%); |
311 | | - --card-foreground: hsl(0 0% 3.9%); |
312 | | - --destructive: hsl(0 84.2% 60.2%); |
313 | | - --destructive-foreground: hsl(0 0% 98%); |
314 | | - --foreground: hsl(0 0% 3.9%); |
315 | | - --input: hsl(0 0% 89.8%); |
316 | | - --muted: hsl(0 0% 96.1%); |
317 | | - --muted-foreground: hsl(0 0% 45.1%); |
318 | | - --popover: hsl(0 0% 100%); |
319 | | - --popover-foreground: hsl(0 0% 3.9%); |
320 | | - --primary: hsl(0 0% 9%); |
321 | | - --primary-foreground: hsl(0 0% 98%); |
322 | | - --ring: hsl(0 0% 3.9%); |
323 | | - --secondary: hsl(0 0% 96.1%); |
324 | | - --secondary-foreground: hsl(0 0% 9%); |
325 | | - --radius: 0.6rem; |
326 | | - --brand: hsl(217.2 91.2% 59.8%); |
327 | | - --highlight: hsl(47.9 95.8% 53.1%); |
328 | | -} |
329 | | - |
330 | | -[data-registry='plate'].dark { |
331 | | - --accent: hsl(0 0% 14.9%); |
332 | | - --accent-foreground: hsl(0 0% 98%); |
333 | | - --background: hsl(0 0% 3.9%); |
334 | | - --border: hsl(0 0% 14.9%); |
335 | | - --card: hsl(0 0% 3.9%); |
336 | | - --card-foreground: hsl(0 0% 98%); |
337 | | - --destructive: hsl(0 62.8% 30.6%); |
338 | | - --destructive-foreground: hsl(0 0% 98%); |
339 | | - --foreground: hsl(0 0% 98%); |
340 | | - --input: hsl(0 0% 14.9%); |
341 | | - --muted: hsl(0 0% 14.9%); |
342 | | - --muted-foreground: hsl(0 0% 63.9%); |
343 | | - --popover: hsl(0 0% 3.9%); |
344 | | - --popover-foreground: hsl(0 0% 98%); |
345 | | - --primary: hsl(0 0% 98%); |
346 | | - --primary-foreground: hsl(0 0% 9%); |
347 | | - --ring: hsl(0 0% 83.1%); |
348 | | - --secondary: hsl(0 0% 14.9%); |
349 | | - --secondary-foreground: hsl(0 0% 98%); |
350 | | - --brand: hsl(213.3 93.9% 67.8%); |
351 | | - --highlight: hsl(48 96% 53%); |
352 | | -} |
0 commit comments