@@ -232,19 +232,19 @@ nav details.dropdown summary:focus-visible {
232232 color-scheme : light;
233233 --pico-background-color : # fff ;
234234 --pico-color : # 373c44 ;
235- --pico-text-selection-color : rgba (119 , 156 , 0 , 0.25 );
235+ --pico-text-selection-color : rgba (240 , 96 , 72 , 0.25 );
236236 --pico-muted-color : # 646b79 ;
237237 --pico-muted-border-color : rgb (231 , 234 , 239.5 );
238- --pico-primary : # 577400 ;
239- --pico-primary-background : # a5d601 ;
238+ --pico-primary : # c52f21 ;
239+ --pico-primary-background : # c52f21 ;
240240 --pico-primary-border : var (--pico-primary-background );
241- --pico-primary-underline : rgba (87 , 116 , 0 , 0.5 );
242- --pico-primary-hover : # 435a00 ;
243- --pico-primary-hover-background : # 99c801 ;
241+ --pico-primary-underline : rgba (197 , 47 , 33 , 0.5 );
242+ --pico-primary-hover : # 9b2318 ;
243+ --pico-primary-hover-background : # af291d ;
244244 --pico-primary-hover-border : var (--pico-primary-hover-background );
245245 --pico-primary-hover-underline : var (--pico-primary-hover );
246- --pico-primary-focus : rgba (119 , 156 , 0 , 0.5 );
247- --pico-primary-inverse : # 000 ;
246+ --pico-primary-focus : rgba (240 , 96 , 72 , 0.5 );
247+ --pico-primary-inverse : # fff ;
248248 --pico-secondary : # 5d6b89 ;
249249 --pico-secondary-background : # 525f7a ;
250250 --pico-secondary-border : var (--pico-secondary-background );
@@ -308,7 +308,7 @@ nav details.dropdown summary:focus-visible {
308308 --pico-switch-background-color : # bfc7d9 ;
309309 --pico-switch-checked-background-color : var (--pico-primary-background );
310310 --pico-switch-color : # fff ;
311- --pico-switch-thumb-box-shadow : 0 0 0.5 rem rgba (0 , 0 , 0 , 0.25 );
311+ --pico-switch-thumb-box-shadow : 0 0 0 rgba (0 , 0 , 0 , 0 );
312312 --pico-range-border-color : # dfe3eb ;
313313 --pico-range-active-border-color : # bfc7d9 ;
314314 --pico-range-thumb-border-color : var (--pico-background-color );
@@ -343,7 +343,7 @@ nav details.dropdown summary:focus-visible {
343343[data-theme = light ] .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after ,
344344: root : not ([data-theme = dark ]) .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after ,
345345: host (: not ([data-theme = dark ])) .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after {
346- filter : brightness (100 ) invert (1 );
346+ filter : brightness (100 ) invert (0 );
347347}
348348[data-theme = light ] .pico details summary .secondary [role = button ]::after ,
349349: root : not ([data-theme = dark ]) .pico details summary .secondary [role = button ]::after ,
@@ -358,7 +358,7 @@ nav details.dropdown summary:focus-visible {
358358[data-theme = light ] .pico [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ]): not (.outline )::before ,
359359: root : not ([data-theme = dark ]) .pico [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ]): not (.outline )::before ,
360360: host (: not ([data-theme = dark ])) .pico [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ]): not (.outline )::before {
361- filter : brightness (0 ) invert (1 );
361+ filter : brightness (100 ) invert (0 );
362362}
363363[data-theme = light ] input : is ([type = submit ],
364364[type = button ],
@@ -387,19 +387,19 @@ nav details.dropdown summary:focus-visible {
387387 color-scheme : dark;
388388 --pico-background-color : rgb (19 , 22.5 , 30.5 );
389389 --pico-color : # c2c7d0 ;
390- --pico-text-selection-color : rgba (130 , 171 , 0 , 0.1875 );
390+ --pico-text-selection-color : rgba (241 , 121 , 97 , 0.1875 );
391391 --pico-muted-color : # 7b8495 ;
392392 --pico-muted-border-color : # 202632 ;
393- --pico-primary : # 82ab00 ;
394- --pico-primary-background : # a5d601 ;
393+ --pico-primary : # f17961 ;
394+ --pico-primary-background : # c52f21 ;
395395 --pico-primary-border : var (--pico-primary-background );
396- --pico-primary-underline : rgba (130 , 171 , 0 , 0.5 );
397- --pico-primary-hover : # 99c801 ;
398- --pico-primary-hover-background : # b2e51a ;
396+ --pico-primary-underline : rgba (241 , 121 , 97 , 0.5 );
397+ --pico-primary-hover : # f5a390 ;
398+ --pico-primary-hover-background : # d93526 ;
399399 --pico-primary-hover-border : var (--pico-primary-hover-background );
400400 --pico-primary-hover-underline : var (--pico-primary-hover );
401- --pico-primary-focus : rgba (130 , 171 , 0 , 0.375 );
402- --pico-primary-inverse : # 000 ;
401+ --pico-primary-focus : rgba (241 , 121 , 97 , 0.375 );
402+ --pico-primary-inverse : # fff ;
403403 --pico-secondary : # 969eaf ;
404404 --pico-secondary-background : # 525f7a ;
405405 --pico-secondary-border : var (--pico-secondary-background );
@@ -463,7 +463,7 @@ nav details.dropdown summary:focus-visible {
463463 --pico-switch-background-color : # 333c4e ;
464464 --pico-switch-checked-background-color : var (--pico-primary-background );
465465 --pico-switch-color : # fff ;
466- --pico-switch-thumb-box-shadow : 0 0 0.5 rem rgba (0 , 0 , 0 , 0.25 );
466+ --pico-switch-thumb-box-shadow : 0 0 0 rgba (0 , 0 , 0 , 0 );
467467 --pico-range-border-color : # 202632 ;
468468 --pico-range-active-border-color : # 2a3140 ;
469469 --pico-range-thumb-border-color : var (--pico-background-color );
@@ -523,7 +523,7 @@ nav details.dropdown summary:focus-visible {
523523 }
524524 : root : not ([data-theme ]) .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after ,
525525 : host (: not ([data-theme ])) .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after {
526- filter : brightness (100 ) invert (1 );
526+ filter : brightness (100 ) invert (0 );
527527 }
528528 : root : not ([data-theme ]) .pico details summary .secondary [role = button ]::after ,
529529 : host (: not ([data-theme ])) .pico details summary .secondary [role = button ]::after {
@@ -535,26 +535,26 @@ nav details.dropdown summary:focus-visible {
535535 }
536536 : root : not ([data-theme ]) .pico [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ]): not (.outline )::before ,
537537 : host (: not ([data-theme ])) .pico [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ]): not (.outline )::before {
538- filter : brightness (100 ) invert (0 );
538+ filter : brightness (100 ) invert (1 );
539539 }
540540}
541541[data-theme = dark ] {
542542 color-scheme : dark;
543543 --pico-background-color : rgb (19 , 22.5 , 30.5 );
544544 --pico-color : # c2c7d0 ;
545- --pico-text-selection-color : rgba (130 , 171 , 0 , 0.1875 );
545+ --pico-text-selection-color : rgba (241 , 121 , 97 , 0.1875 );
546546 --pico-muted-color : # 7b8495 ;
547547 --pico-muted-border-color : # 202632 ;
548- --pico-primary : # 82ab00 ;
549- --pico-primary-background : # a5d601 ;
548+ --pico-primary : # f17961 ;
549+ --pico-primary-background : # c52f21 ;
550550 --pico-primary-border : var (--pico-primary-background );
551- --pico-primary-underline : rgba (130 , 171 , 0 , 0.5 );
552- --pico-primary-hover : # 99c801 ;
553- --pico-primary-hover-background : # b2e51a ;
551+ --pico-primary-underline : rgba (241 , 121 , 97 , 0.5 );
552+ --pico-primary-hover : # f5a390 ;
553+ --pico-primary-hover-background : # d93526 ;
554554 --pico-primary-hover-border : var (--pico-primary-hover-background );
555555 --pico-primary-hover-underline : var (--pico-primary-hover );
556- --pico-primary-focus : rgba (130 , 171 , 0 , 0.375 );
557- --pico-primary-inverse : # 000 ;
556+ --pico-primary-focus : rgba (241 , 121 , 97 , 0.375 );
557+ --pico-primary-inverse : # fff ;
558558 --pico-secondary : # 969eaf ;
559559 --pico-secondary-background : # 525f7a ;
560560 --pico-secondary-border : var (--pico-secondary-background );
@@ -618,7 +618,7 @@ nav details.dropdown summary:focus-visible {
618618 --pico-switch-background-color : # 333c4e ;
619619 --pico-switch-checked-background-color : var (--pico-primary-background );
620620 --pico-switch-color : # fff ;
621- --pico-switch-thumb-box-shadow : 0 0 0.5 rem rgba (0 , 0 , 0 , 0.25 );
621+ --pico-switch-thumb-box-shadow : 0 0 0 rgba (0 , 0 , 0 , 0 );
622622 --pico-range-border-color : # 202632 ;
623623 --pico-range-active-border-color : # 2a3140 ;
624624 --pico-range-thumb-border-color : var (--pico-background-color );
@@ -666,7 +666,7 @@ nav details.dropdown summary:focus-visible {
666666 --pico-form-element-focus-color : var (--pico-primary-focus );
667667}
668668[data-theme = dark ] .pico details summary [role = button ]: not (.outline , .contrast , .secondary )::after {
669- filter : brightness (100 ) invert (1 );
669+ filter : brightness (100 ) invert (0 );
670670}
671671[data-theme = dark ] .pico details summary .secondary [role = button ]::after {
672672 filter : brightness (100 ) invert (0 );
@@ -675,7 +675,7 @@ nav details.dropdown summary:focus-visible {
675675 filter : brightness (100 ) invert (1 );
676676}
677677[data-theme = dark ] .pico [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ]): not (.outline )::before {
678- filter : brightness (100 ) invert (0 );
678+ filter : brightness (100 ) invert (1 );
679679}
680680
681681.pico progress ,
0 commit comments