@@ -199,19 +199,19 @@ input:not([type=submit],
199
199
color-scheme : light;
200
200
--pico-background-color : # fff ;
201
201
--pico-color : # 373c44 ;
202
- --pico-text-selection-color : rgba (246 , 84 , 126 , 0.25 );
202
+ --pico-text-selection-color : rgba (149 , 144 , 130 , 0.25 );
203
203
--pico-muted-color : # 646b79 ;
204
204
--pico-muted-border-color : rgb (231 , 234 , 239.5 );
205
- --pico-primary : # c72259 ;
206
- --pico-primary-background : # d92662 ;
205
+ --pico-primary : # 6e6a60 ;
206
+ --pico-primary-background : # ccc6b4 ;
207
207
--pico-primary-border : var (--pico-primary-background );
208
- --pico-primary-underline : rgba (199 , 34 , 89 , 0.5 );
209
- --pico-primary-hover : # 9d1945 ;
210
- --pico-primary-hover-background : # c72259 ;
208
+ --pico-primary-underline : rgba (110 , 106 , 96 , 0.5 );
209
+ --pico-primary-hover : # 55524a ;
210
+ --pico-primary-hover-background : # beb8a7 ;
211
211
--pico-primary-hover-border : var (--pico-primary-hover-background );
212
212
--pico-primary-hover-underline : var (--pico-primary-hover );
213
- --pico-primary-focus : rgba (246 , 84 , 126 , 0.5 );
214
- --pico-primary-inverse : # fff ;
213
+ --pico-primary-focus : rgba (149 , 144 , 130 , 0.5 );
214
+ --pico-primary-inverse : # 000 ;
215
215
--pico-secondary : # 5d6b89 ;
216
216
--pico-secondary-background : # 525f7a ;
217
217
--pico-secondary-border : var (--pico-secondary-background );
@@ -275,7 +275,7 @@ input:not([type=submit],
275
275
--pico-switch-background-color : # bfc7d9 ;
276
276
--pico-switch-checked-background-color : var (--pico-primary-background );
277
277
--pico-switch-color : # fff ;
278
- --pico-switch-thumb-box-shadow : 0 0 0 rgba (0 , 0 , 0 , 0 );
278
+ --pico-switch-thumb-box-shadow : 0 0 0.5 rem rgba (0 , 0 , 0 , 0.25 );
279
279
--pico-range-border-color : # dfe3eb ;
280
280
--pico-range-active-border-color : # bfc7d9 ;
281
281
--pico-range-thumb-border-color : var (--pico-background-color );
@@ -305,12 +305,12 @@ input:not([type=submit],
305
305
[data-theme = light ] details summary [role = button ]::after ,
306
306
: root : not ([data-theme = dark ]) details summary [role = button ]::after ,
307
307
: host (: not ([data-theme = dark ])) details summary [role = button ]::after {
308
- filter : brightness (100 ) invert (0 );
308
+ filter : brightness (100 ) invert (1 );
309
309
}
310
310
[data-theme = light ] [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ])::before ,
311
311
: root : not ([data-theme = dark ]) [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ])::before ,
312
312
: host (: not ([data-theme = dark ])) [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ])::before {
313
- filter : brightness (100 ) invert (0 );
313
+ filter : brightness (0 ) invert (1 );
314
314
}
315
315
[data-theme = light ] input : is ([type = submit ],
316
316
[type = button ],
@@ -339,19 +339,19 @@ input:not([type=submit],
339
339
color-scheme : dark;
340
340
--pico-background-color : rgb (19 , 22.5 , 30.5 );
341
341
--pico-color : # c2c7d0 ;
342
- --pico-text-selection-color : rgba (247 , 112 , 142 , 0.1875 );
342
+ --pico-text-selection-color : rgba (163 , 158 , 143 , 0.1875 );
343
343
--pico-muted-color : # 7b8495 ;
344
344
--pico-muted-border-color : # 202632 ;
345
- --pico-primary : # f7708e ;
346
- --pico-primary-background : # d92662 ;
345
+ --pico-primary : # a39e8f ;
346
+ --pico-primary-background : # ccc6b4 ;
347
347
--pico-primary-border : var (--pico-primary-background );
348
- --pico-primary-underline : rgba (247 , 112 , 142 , 0.5 );
349
- --pico-primary-hover : # f99eae ;
350
- --pico-primary-hover-background : # f42c6f ;
348
+ --pico-primary-underline : rgba (163 , 158 , 143 , 0.5 );
349
+ --pico-primary-hover : # beb8a7 ;
350
+ --pico-primary-hover-background : # dad4c2 ;
351
351
--pico-primary-hover-border : var (--pico-primary-hover-background );
352
352
--pico-primary-hover-underline : var (--pico-primary-hover );
353
- --pico-primary-focus : rgba (247 , 112 , 142 , 0.375 );
354
- --pico-primary-inverse : # fff ;
353
+ --pico-primary-focus : rgba (163 , 158 , 143 , 0.375 );
354
+ --pico-primary-inverse : # 000 ;
355
355
--pico-secondary : # 969eaf ;
356
356
--pico-secondary-background : # 525f7a ;
357
357
--pico-secondary-border : var (--pico-secondary-background );
@@ -415,7 +415,7 @@ input:not([type=submit],
415
415
--pico-switch-background-color : # 333c4e ;
416
416
--pico-switch-checked-background-color : var (--pico-primary-background );
417
417
--pico-switch-color : # fff ;
418
- --pico-switch-thumb-box-shadow : 0 0 0 rgba (0 , 0 , 0 , 0 );
418
+ --pico-switch-thumb-box-shadow : 0 0 0.5 rem rgba (0 , 0 , 0 , 0.25 );
419
419
--pico-range-border-color : # 202632 ;
420
420
--pico-range-active-border-color : # 2a3140 ;
421
421
--pico-range-thumb-border-color : var (--pico-background-color );
@@ -458,30 +458,30 @@ input:not([type=submit],
458
458
}
459
459
: root : not ([data-theme ]) details summary [role = button ]::after ,
460
460
: host (: not ([data-theme ])) details summary [role = button ]::after {
461
- filter : brightness (100 ) invert (0 );
461
+ filter : brightness (100 ) invert (1 );
462
462
}
463
463
: root : not ([data-theme ]) [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ])::before ,
464
464
: host (: not ([data-theme ])) [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ])::before {
465
- filter : brightness (100 ) invert (1 );
465
+ filter : brightness (100 ) invert (0 );
466
466
}
467
467
}
468
468
[data-theme = dark ] {
469
469
color-scheme : dark;
470
470
--pico-background-color : rgb (19 , 22.5 , 30.5 );
471
471
--pico-color : # c2c7d0 ;
472
- --pico-text-selection-color : rgba (247 , 112 , 142 , 0.1875 );
472
+ --pico-text-selection-color : rgba (163 , 158 , 143 , 0.1875 );
473
473
--pico-muted-color : # 7b8495 ;
474
474
--pico-muted-border-color : # 202632 ;
475
- --pico-primary : # f7708e ;
476
- --pico-primary-background : # d92662 ;
475
+ --pico-primary : # a39e8f ;
476
+ --pico-primary-background : # ccc6b4 ;
477
477
--pico-primary-border : var (--pico-primary-background );
478
- --pico-primary-underline : rgba (247 , 112 , 142 , 0.5 );
479
- --pico-primary-hover : # f99eae ;
480
- --pico-primary-hover-background : # f42c6f ;
478
+ --pico-primary-underline : rgba (163 , 158 , 143 , 0.5 );
479
+ --pico-primary-hover : # beb8a7 ;
480
+ --pico-primary-hover-background : # dad4c2 ;
481
481
--pico-primary-hover-border : var (--pico-primary-hover-background );
482
482
--pico-primary-hover-underline : var (--pico-primary-hover );
483
- --pico-primary-focus : rgba (247 , 112 , 142 , 0.375 );
484
- --pico-primary-inverse : # fff ;
483
+ --pico-primary-focus : rgba (163 , 158 , 143 , 0.375 );
484
+ --pico-primary-inverse : # 000 ;
485
485
--pico-secondary : # 969eaf ;
486
486
--pico-secondary-background : # 525f7a ;
487
487
--pico-secondary-border : var (--pico-secondary-background );
@@ -545,7 +545,7 @@ input:not([type=submit],
545
545
--pico-switch-background-color : # 333c4e ;
546
546
--pico-switch-checked-background-color : var (--pico-primary-background );
547
547
--pico-switch-color : # fff ;
548
- --pico-switch-thumb-box-shadow : 0 0 0 rgba (0 , 0 , 0 , 0 );
548
+ --pico-switch-thumb-box-shadow : 0 0 0.5 rem rgba (0 , 0 , 0 , 0.25 );
549
549
--pico-range-border-color : # 202632 ;
550
550
--pico-range-active-border-color : # 2a3140 ;
551
551
--pico-range-thumb-border-color : var (--pico-background-color );
@@ -581,10 +581,10 @@ input:not([type=submit],
581
581
--pico-form-element-focus-color : var (--pico-primary-focus );
582
582
}
583
583
[data-theme = dark ] details summary [role = button ]::after {
584
- filter : brightness (100 ) invert (0 );
584
+ filter : brightness (100 ) invert (1 );
585
585
}
586
586
[data-theme = dark ] [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ])::before {
587
- filter : brightness (100 ) invert (1 );
587
+ filter : brightness (100 ) invert (0 );
588
588
}
589
589
590
590
progress ,
0 commit comments