1010 color-scheme : 'light' ;
1111 --color-base-100 : oklch (100% 0 0 );
1212 --color-base-200 : oklch (98% 0 0 );
13- --color-base-300 : oklch (95 % 0 0 );
14- --color-base-content : oklch (21 % 0.006 285.885 );
13+ --color-base-300 : oklch (96 % 0.001 286.375 );
14+ --color-base-content : oklch (0 % 0 0 );
1515 --color-primary : oklch (42% 0.199 265.638 );
16- --color-primary-content : oklch (97 % 0.014 254.604 );
17- --color-secondary : oklch (51 % 0.262 276.966 );
18- --color-secondary-content : oklch (94 % 0.028 342.258 );
19- --color-accent : oklch (64 % 0.222 41.116 );
20- --color-accent-content : oklch (98 % 0.016 73.684 );
21- --color-neutral : oklch (27 % 0.006 286.033 );
22- --color-neutral-content : oklch (96 % 0.001 286.375 );
23- --color-info : oklch (58 % 0.158 241.966 );
24- --color-info-content : oklch (97 % 0.013 236.62 );
25- --color-success : oklch (52 % 0.154 150.069 );
26- --color-success-content : oklch (98 % 0.018 155.826 );
16+ --color-primary-content : oklch (100 % 0 0 );
17+ --color-secondary : oklch (42 % 0.199 265.638 );
18+ --color-secondary-content : oklch (100 % 0 0 );
19+ --color-accent : oklch (42 % 0.199 265.638 );
20+ --color-accent-content : oklch (100 % 0 0 );
21+ --color-neutral : oklch (92 % 0.004 286.32 );
22+ --color-neutral-content : oklch (0 % 0 0 );
23+ --color-info : oklch (68 % 0.169 237.323 );
24+ --color-info-content : oklch (100 % 0 0 );
25+ --color-success : oklch (62 % 0.194 149.214 );
26+ --color-success-content : oklch (100 % 0 0 );
2727 --color-warning : oklch (76% 0.188 70.08 );
28- --color-warning-content : oklch (98 % 0.022 95.277 );
29- --color-error : oklch (50 % 0.213 27.518 );
30- --color-error-content : oklch (97 % 0.013 17.38 );
28+ --color-warning-content : oklch (100 % 0 0 );
29+ --color-error : oklch (57 % 0.245 27.325 );
30+ --color-error-content : oklch (100 % 0 0 );
3131 --radius-selector : 0.25rem ;
3232 --radius-field : 0.5rem ;
3333 --radius-box : 0.5rem ;
4343 default : false;
4444 prefersdark : false;
4545 color-scheme : 'dark' ;
46- --color-base-100 : oklch (21 % 0.006 285.885 );
47- --color-base-200 : oklch (14 % 0.005 285.823 );
48- --color-base-300 : oklch (0 % 0 0 );
49- --color-base-content : oklch (87 % 0.006 286.286 );
46+ --color-base-100 : oklch (14 % 0.005 285.823 );
47+ --color-base-200 : oklch (21 % 0.006 285.885 );
48+ --color-base-300 : oklch (27 % 0.006 286.033 );
49+ --color-base-content : oklch (92 % 0.004 286.32 );
5050 --color-primary : oklch (37% 0.146 265.522 );
51- --color-primary-content : oklch (97 % 0.014 254.604 );
52- --color-secondary : oklch (45 % 0.085 224.283 );
53- --color-secondary-content : oklch (98 % 0.019 200.873 );
54- --color-accent : oklch (67.271 % 0.167 35.791 );
55- --color-accent-content : oklch (13.454 % 0.033 35.791 );
56- --color-neutral : oklch (27.441 % 0.013 253.041 );
57- --color-neutral-content : oklch (85.488 % 0.002 253.041 );
58- --color-info : oklch (50 % 0.134 242.749 );
59- --color-info-content : oklch (97 % 0.013 236.62 );
60- --color-success : oklch (44 % 0.119 151.328 );
61- --color-success-content : oklch (98 % 0.018 155.826 );
62- --color-warning : oklch (68 % 0.162 75.834 );
63- --color-warning-content : oklch (98 % 0.026 102.212 );
64- --color-error : oklch (50 % 0.213 27.518 );
65- --color-error-content : oklch (97 % 0.013 17.38 );
51+ --color-primary-content : oklch (92 % 0.004 286.32 );
52+ --color-secondary : oklch (37 % 0.146 265.522 );
53+ --color-secondary-content : oklch (92 % 0.004 286.32 );
54+ --color-accent : oklch (37 % 0.146 265.522 );
55+ --color-accent-content : oklch (92 % 0.004 286.32 );
56+ --color-neutral : oklch (30 % 0 0 );
57+ --color-neutral-content : oklch (92 % 0.004 286.32 );
58+ --color-info : oklch (58 % 0.158 241.966 );
59+ --color-info-content : oklch (100 % 0 0 );
60+ --color-success : oklch (52 % 0.154 150.069 );
61+ --color-success-content : oklch (100 % 0 0 );
62+ --color-warning : oklch (79 % 0.184 86.047 );
63+ --color-warning-content : oklch (100 % 0 0 );
64+ --color-error : oklch (57 % 0.245 27.325 );
65+ --color-error-content : oklch (100 % 0 0 );
6666 --radius-selector : 0.25rem ;
6767 --radius-field : 0.5rem ;
6868 --radius-box : 0.5rem ;
@@ -77,6 +77,20 @@ html {
7777 @apply font-sans;
7878}
7979
80- body {
81- @apply bg-base-200;
80+ @utility modal {
81+ .modal-box {
82+ @apply border-neutral border;
83+ }
84+
85+ & .modal-open ,
86+ & [open ],
87+ & : target {
88+ background-color : oklch (0% 0 0 / 0.8 );
89+ }
90+ }
91+
92+ @utility btn-ghost {
93+ & : hover {
94+ @apply bg-neutral;
95+ }
8296}
0 commit comments