|
1 | 1 | @theme inline { |
2 | | - --color-body: oklch(var(--body, 0.96 0 0)); |
| 2 | + --color-body: oklch(var(--body, 1 0 0)); |
3 | 3 |
|
4 | | - --color-primary: oklch(var(--primary, 0.627 0.265 303.9)); |
| 4 | + --color-primary: oklch(var(--primary, 0 0 0)); |
5 | 5 | --color-primary-text: oklch(var(--primary-text, 1 0 0)); |
6 | | - --color-secondary: oklch(var(--secondary, 0.746 0.16 232.661)); |
7 | | - --color-secondary-text: oklch(var(--secondary-text, 1 0 0)); |
| 6 | + --color-secondary: oklch(var(--secondary, 0.92 0 0)); |
| 7 | + --color-secondary-text: oklch(var(--secondary-text, 0 0 0)); |
8 | 8 |
|
9 | | - --color-theme-stroke: oklch(var(--theme-stroke, 1 0 0 / 10%)); |
10 | | - --color-theme-body: oklch(var(--theme-body, 0 0 0)); |
| 9 | + --color-theme-stroke: oklch(var(--theme-stroke, 0 0 0 / 10%)); |
| 10 | + --color-theme-body: oklch(var(--theme-body, 0.21 0.006 285.885)); |
11 | 11 |
|
12 | 12 | --color-theme: oklch(var(--theme-default, 1 0 0)); |
13 | | - --color-theme-50: oklch(var(--theme-50, 0.99 0 0)); |
14 | | - --color-theme-100: oklch(var(--theme-100, 0.98 0 0)); |
15 | | - --color-theme-200: oklch(var(--theme-200, 0.97 0 0)); |
16 | | - --color-theme-300: oklch(var(--theme-300, 0.96 0 0)); |
17 | | - --color-theme-400: oklch(var(--theme-400, 0.95 0 0)); |
18 | | - --color-theme-500: oklch(var(--theme-500, 0.94 0 0)); |
19 | | - --color-theme-600: oklch(var(--theme-600, 0.93 0 0)); |
20 | | - --color-theme-700: oklch(var(--theme-700, 0.92 0 0)); |
21 | | - --color-theme-800: oklch(var(--theme-800, 0.91 0 0)); |
22 | | - --color-theme-900: oklch(var(--theme-900, 0.9 0 0)); |
23 | | - |
24 | | - --color-success: oklch(var(--success-bg, 0.639 0.218 142.495)); |
25 | | - --color-success-text: oklch(var(--success-text, 0.4676 0.1549 142.495)); |
26 | | - --color-warning: oklch(var(--warning-bg, 0.8088 0.170358 75.3501)); |
27 | | - --color-warning-text: oklch(var(--warning-text, 0.5 0.1031 76.1)); |
28 | | - --color-error: oklch(var(--error-bg, 0.589 0.214 26.855)); |
29 | | - --color-error-text: oklch(var(--error-text, 0.3706 0.145 26.855)); |
30 | | - --color-info: oklch(var(--info-bg, 0.601 0.219 257.63)); |
31 | | - --color-info-text: oklch(var(--info-text, 0.3471 0.1204 257.63)); |
| 13 | + --color-theme-50: oklch(var(--theme-50, 0.985 0 0)); |
| 14 | + --color-theme-100: oklch(var(--theme-100, 0.97 0 0)); |
| 15 | + --color-theme-200: oklch(var(--theme-200, 0.955 0 0)); |
| 16 | + --color-theme-300: oklch(var(--theme-300, 0.94 0 0)); |
| 17 | + --color-theme-400: oklch(var(--theme-400, 0.925 0 0)); |
| 18 | + --color-theme-500: oklch(var(--theme-500, 0.91 0 0)); |
| 19 | + --color-theme-600: oklch(var(--theme-600, 0.895 0 0)); |
| 20 | + --color-theme-700: oklch(var(--theme-700, 0.88 0 0)); |
| 21 | + --color-theme-800: oklch(var(--theme-800, 0.865 0 0)); |
| 22 | + --color-theme-900: oklch(var(--theme-900, 0.85 0 0)); |
| 23 | + |
| 24 | + --color-success: oklch(var(--success-bg, 0.64 0.22 142.49)); |
| 25 | + --color-success-text: oklch(var(--success-text, 0.46 0.16 142.49)); |
| 26 | + --color-warning: oklch(var(--warning-bg, 0.75 0.17 75.35)); |
| 27 | + --color-warning-text: oklch(var(--warning-text, 0.5 0.1 76.1)); |
| 28 | + --color-error: oklch(var(--error-bg, 0.58 0.21 26.855)); |
| 29 | + --color-error-text: oklch(var(--error-text, 0.37 0.145 26.85)); |
| 30 | + --color-info: oklch(var(--info-bg, 0.6 0.219 257.63)); |
| 31 | + --color-info-text: oklch(var(--info-text, 0.35 0.12 257.63)); |
32 | 32 |
|
33 | 33 | --gradient-start: var(--color-primary); |
34 | 34 | --gradient-end: var(--color-primary); |
|
41 | 41 | @variant dark { |
42 | 42 | --color-body: oklch(var(--body, 0.2 0.0168 274.32)); |
43 | 43 |
|
44 | | - --color-primary: oklch(var(--primary, 0.606 0.25 292.717)); |
45 | | - --color-primary-text: oklch(var(--primary-text, 1 0 0)); |
46 | | - --color-secondary: oklch(var(--secondary, 0.746 0.16 232.661)); |
47 | | - --color-secondary-text: oklch(var(--secondary-text, 1 0 0)); |
| 44 | + --color-primary: oklch(var(--primary, 1 0 0)); |
| 45 | + --color-primary-text: oklch(var(--primary-text, 0 0 0)); |
| 46 | + --color-secondary: oklch(var(--secondary, 0.8 0 0)); |
| 47 | + --color-secondary-text: oklch(var(--secondary-text, 0 0 0)); |
48 | 48 |
|
49 | | - --color-theme-stroke: oklch(var(--theme-stroke, 0 0 0 / 10%)); |
50 | | - --color-theme-body: oklch(var(--theme-body, 1 0 0)); |
| 49 | + --color-theme-stroke: oklch(var(--theme-stroke, 1 0 0 / 10%)); |
| 50 | + --color-theme-body: oklch(var(--theme-body, 0.87 0.01 258.34)); |
51 | 51 |
|
52 | 52 | --color-theme: oklch(var(--theme-default, 0.24 0.0168 274.32)); |
53 | 53 | --color-theme-50: oklch(var(--theme-50, 0.255 0.017 274.32)); |
|
61 | 61 | --color-theme-800: oklch(var(--theme-800, 0.375 0.024 274.32)); |
62 | 62 | --color-theme-900: oklch(var(--theme-900, 0.39 0.025 274.32)); |
63 | 63 |
|
64 | | - --color-success: oklch(var(--success-bg, 0.639 0.218 142.495)); |
65 | | - --color-success-text: oklch(var(--success-text, 0.9308 0.1279 144.46)); |
66 | | - --color-warning: oklch(var(--warning-bg, 0.898 0.177 96.726)); |
67 | | - --color-warning-text: oklch(var(--warning-text, 0.9865 0.0716 107.64)); |
| 64 | + --color-success: oklch(var(--success-bg, 0.64 0.22 142.495)); |
| 65 | + --color-success-text: oklch(var(--success-text, 0.93 0.12 144.46)); |
| 66 | + --color-warning: oklch(var(--warning-bg, 0.9 0.22 92.72)); |
| 67 | + --color-warning-text: oklch(var(--warning-text, 0.99 0.072 107.64)); |
68 | 68 | --color-error: oklch(var(--error-bg, 0.589 0.214 26.855)); |
69 | | - --color-error-text: oklch(var(--error-text, 0.8751 0.0665 18.51)); |
70 | | - --color-info: oklch(var(--info-bg, 0.601 0.219 257.63)); |
71 | | - --color-info-text: oklch(var(--info-text, 0.877 0.065 244.38)); |
| 69 | + --color-error-text: oklch(var(--error-text, 0.87 0.07 18.51)); |
| 70 | + --color-info: oklch(var(--info-bg, 0.6 0.22 257.63)); |
| 71 | + --color-info-text: oklch(var(--info-text, 0.88 0.065 244.38)); |
72 | 72 | } |
73 | 73 |
|
74 | 74 | .text-purple { |
|
0 commit comments