@@ -199,19 +199,19 @@ input:not([type=submit],
199199 color-scheme : light;
200200 --pico-background-color : # fff ;
201201 --pico-color : # 373c44 ;
202- --pico-text-selection-color : rgba (240 , 96 , 72 , 0.25 );
202+ --pico-text-selection-color : rgba (158 , 146 , 0 , 0.25 );
203203 --pico-muted-color : # 646b79 ;
204204 --pico-muted-border-color : rgb (231 , 234 , 239.5 );
205- --pico-primary : # c52f21 ;
206- --pico-primary-background : # c52f21 ;
205+ --pico-primary : # 756b00 ;
206+ --pico-primary-background : # f2df0d ;
207207 --pico-primary-border : var (--pico-primary-background );
208- --pico-primary-underline : rgba (197 , 47 , 33 , 0.5 );
209- --pico-primary-hover : # 9b2318 ;
210- --pico-primary-hover-background : # af291d ;
208+ --pico-primary-underline : rgba (117 , 107 , 0 , 0.5 );
209+ --pico-primary-hover : # 5b5300 ;
210+ --pico-primary-hover-background : # e8d600 ;
211211 --pico-primary-hover-border : var (--pico-primary-hover-background );
212212 --pico-primary-hover-underline : var (--pico-primary-hover );
213- --pico-primary-focus : rgba (240 , 96 , 72 , 0.5 );
214- --pico-primary-inverse : # fff ;
213+ --pico-primary-focus : rgba (158 , 146 , 0 , 0.5 );
214+ --pico-primary-inverse : # 000 ;
215215 --pico-secondary : # 5d6b89 ;
216216 --pico-secondary-background : # 525f7a ;
217217 --pico-secondary-border : var (--pico-secondary-background );
@@ -275,7 +275,7 @@ input:not([type=submit],
275275 --pico-switch-background-color : # bfc7d9 ;
276276 --pico-switch-checked-background-color : var (--pico-primary-background );
277277 --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 );
279279 --pico-range-border-color : # dfe3eb ;
280280 --pico-range-active-border-color : # bfc7d9 ;
281281 --pico-range-thumb-border-color : var (--pico-background-color );
@@ -305,12 +305,12 @@ input:not([type=submit],
305305[data-theme = light ] details summary [role = button ]::after ,
306306: root : not ([data-theme = dark ]) details summary [role = button ]::after ,
307307: host (: not ([data-theme = dark ])) details summary [role = button ]::after {
308- filter : brightness (100 ) invert (0 );
308+ filter : brightness (100 ) invert (1 );
309309}
310310[data-theme = light ] [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ])::before ,
311311: 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 ,
312312: 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 );
314314}
315315[data-theme = light ] input : is ([type = submit ],
316316[type = button ],
@@ -339,19 +339,19 @@ input:not([type=submit],
339339 color-scheme : dark;
340340 --pico-background-color : rgb (19 , 22.5 , 30.5 );
341341 --pico-color : # c2c7d0 ;
342- --pico-text-selection-color : rgba (241 , 121 , 97 , 0.1875 );
342+ --pico-text-selection-color : rgba (173 , 159 , 0 , 0.1875 );
343343 --pico-muted-color : # 7b8495 ;
344344 --pico-muted-border-color : # 202632 ;
345- --pico-primary : # f17961 ;
346- --pico-primary-background : # c52f21 ;
345+ --pico-primary : # ad9f00 ;
346+ --pico-primary-background : # f2df0d ;
347347 --pico-primary-border : var (--pico-primary-background );
348- --pico-primary-underline : rgba (241 , 121 , 97 , 0.5 );
349- --pico-primary-hover : # f5a390 ;
350- --pico-primary-hover-background : # d93526 ;
348+ --pico-primary-underline : rgba (173 , 159 , 0 , 0.5 );
349+ --pico-primary-hover : # caba01 ;
350+ --pico-primary-hover-background : rgb ( 247.5 , 232 , 96.5 ) ;
351351 --pico-primary-hover-border : var (--pico-primary-hover-background );
352352 --pico-primary-hover-underline : var (--pico-primary-hover );
353- --pico-primary-focus : rgba (241 , 121 , 97 , 0.375 );
354- --pico-primary-inverse : # fff ;
353+ --pico-primary-focus : rgba (173 , 159 , 0 , 0.375 );
354+ --pico-primary-inverse : # 000 ;
355355 --pico-secondary : # 969eaf ;
356356 --pico-secondary-background : # 525f7a ;
357357 --pico-secondary-border : var (--pico-secondary-background );
@@ -415,7 +415,7 @@ input:not([type=submit],
415415 --pico-switch-background-color : # 333c4e ;
416416 --pico-switch-checked-background-color : var (--pico-primary-background );
417417 --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 );
419419 --pico-range-border-color : # 202632 ;
420420 --pico-range-active-border-color : # 2a3140 ;
421421 --pico-range-thumb-border-color : var (--pico-background-color );
@@ -458,30 +458,30 @@ input:not([type=submit],
458458 }
459459 : root : not ([data-theme ]) details summary [role = button ]::after ,
460460 : host (: not ([data-theme ])) details summary [role = button ]::after {
461- filter : brightness (100 ) invert (0 );
461+ filter : brightness (100 ) invert (1 );
462462 }
463463 : root : not ([data-theme ]) [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ])::before ,
464464 : 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 );
466466 }
467467}
468468[data-theme = dark ] {
469469 color-scheme : dark;
470470 --pico-background-color : rgb (19 , 22.5 , 30.5 );
471471 --pico-color : # c2c7d0 ;
472- --pico-text-selection-color : rgba (241 , 121 , 97 , 0.1875 );
472+ --pico-text-selection-color : rgba (173 , 159 , 0 , 0.1875 );
473473 --pico-muted-color : # 7b8495 ;
474474 --pico-muted-border-color : # 202632 ;
475- --pico-primary : # f17961 ;
476- --pico-primary-background : # c52f21 ;
475+ --pico-primary : # ad9f00 ;
476+ --pico-primary-background : # f2df0d ;
477477 --pico-primary-border : var (--pico-primary-background );
478- --pico-primary-underline : rgba (241 , 121 , 97 , 0.5 );
479- --pico-primary-hover : # f5a390 ;
480- --pico-primary-hover-background : # d93526 ;
478+ --pico-primary-underline : rgba (173 , 159 , 0 , 0.5 );
479+ --pico-primary-hover : # caba01 ;
480+ --pico-primary-hover-background : rgb ( 247.5 , 232 , 96.5 ) ;
481481 --pico-primary-hover-border : var (--pico-primary-hover-background );
482482 --pico-primary-hover-underline : var (--pico-primary-hover );
483- --pico-primary-focus : rgba (241 , 121 , 97 , 0.375 );
484- --pico-primary-inverse : # fff ;
483+ --pico-primary-focus : rgba (173 , 159 , 0 , 0.375 );
484+ --pico-primary-inverse : # 000 ;
485485 --pico-secondary : # 969eaf ;
486486 --pico-secondary-background : # 525f7a ;
487487 --pico-secondary-border : var (--pico-secondary-background );
@@ -545,7 +545,7 @@ input:not([type=submit],
545545 --pico-switch-background-color : # 333c4e ;
546546 --pico-switch-checked-background-color : var (--pico-primary-background );
547547 --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 );
549549 --pico-range-border-color : # 202632 ;
550550 --pico-range-active-border-color : # 2a3140 ;
551551 --pico-range-thumb-border-color : var (--pico-background-color );
@@ -581,10 +581,10 @@ input:not([type=submit],
581581 --pico-form-element-focus-color : var (--pico-primary-focus );
582582}
583583[data-theme = dark ] details summary [role = button ]::after {
584- filter : brightness (100 ) invert (0 );
584+ filter : brightness (100 ) invert (1 );
585585}
586586[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 );
588588}
589589
590590progress ,
0 commit comments