|
339 | 339 | --accent-foreground: hsl(224.4444 64.2857% 32.9412%); |
340 | 340 | --destructive: hsl(0 84.2365% 60.1961%); |
341 | 341 | --destructive-foreground: hsl(0 0% 100%); |
342 | | - --success: hsl(142.1 76.2% 36.3%); |
343 | | - --success-foreground: hsl(0 0% 100%); |
344 | | - --info: hsl(199.4 95.5% 53.8%); |
345 | | - --info-foreground: hsl(0 0% 100%); |
346 | 342 | --border: hsl(220 13.0435% 90.9804%); |
347 | 343 | --input: hsl(220 13.0435% 90.9804%); |
348 | 344 | --ring: hsl(217.2193 91.2195% 59.8039%); |
|
378 | 374 | 0 8px 10px -1px hsl(0 0% 0% / 0.1); |
379 | 375 | --shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25); |
380 | 376 | --tracking-normal: 0em; |
| 377 | + /* CUSTOM_VARIABLES */ |
| 378 | + --success: hsl(142.1 76.2% 36.3%); |
| 379 | + --success-foreground: hsl(0 0% 100%); |
| 380 | + --info: hsl(199.4 95.5% 53.8%); |
| 381 | + --info-foreground: hsl(0 0% 100%); |
381 | 382 | } |
382 | 383 |
|
383 | 384 | .dark { |
|
397 | 398 | --accent-foreground: hsl(213.3333 96.9231% 87.2549%); |
398 | 399 | --destructive: hsl(0 84.2365% 60.1961%); |
399 | 400 | --destructive-foreground: hsl(0 0% 100%); |
400 | | - --success: hsl(142.1 69.2% 58%); |
401 | | - --success-foreground: hsl(0 0% 100%); |
402 | | - --info: hsl(198.4 93.2% 59.6%); |
403 | | - --info-foreground: hsl(0 0% 100%); |
404 | 401 | --border: hsl(0 0% 25.098%); |
405 | 402 | --input: hsl(0 0% 25.098%); |
406 | 403 | --ring: hsl(217.2193 91.2195% 59.8039%); |
|
436 | 433 | 0 8px 10px -1px hsl(0 0% 0% / 0.1); |
437 | 434 | --shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25); |
438 | 435 | --tracking-normal: 0em; |
| 436 | + /* CUSTOM_VARIABLES */ |
| 437 | + --success: hsl(142.1 69.2% 58%); |
| 438 | + --success-foreground: hsl(0 0% 100%); |
| 439 | + --info: hsl(198.4 93.2% 59.6%); |
| 440 | + --info-foreground: hsl(0 0% 100%); |
439 | 441 | } |
440 | 442 |
|
441 | 443 | @theme inline { |
|
455 | 457 | --color-accent-foreground: var(--accent-foreground); |
456 | 458 | --color-destructive: var(--destructive); |
457 | 459 | --color-destructive-foreground: var(--destructive-foreground); |
458 | | - --color-success: var(--success); |
459 | | - --color-success-foreground: var(--success-foreground); |
460 | | - --color-info: var(--info); |
461 | | - --color-info-foreground: var(--info-foreground); |
462 | 460 | --color-border: var(--border); |
463 | 461 | --color-input: var(--input); |
464 | 462 | --color-ring: var(--ring); |
|
505 | 503 |
|
506 | 504 | --animate-scale: scale 0.3s ease-in-out; |
507 | 505 |
|
| 506 | + /* CUSTOM_VARIABLES */ |
| 507 | + --color-success: var(--success); |
| 508 | + --color-success-foreground: var(--success-foreground); |
| 509 | + --color-info: var(--info); |
| 510 | + --color-info-foreground: var(--info-foreground); |
| 511 | + |
508 | 512 | @keyframes scale { |
509 | 513 | 0% { transform: scale(1,1); } |
510 | 514 | 50% { transform: scale(1.05,1.05); } |
|
0 commit comments