@@ -203,19 +203,19 @@ input:not([type=submit],
203203 color-scheme : light;
204204 --pico-background-color : # fff ;
205205 --pico-color : # 373c44 ;
206- --pico-text-selection-color : rgba (2 , 154 , 232 , 0.25 );
206+ --pico-text-selection-color : rgba (210 , 122 , 1 , 0.25 );
207207 --pico-muted-color : # 646b79 ;
208208 --pico-muted-border-color : rgb (231 , 234 , 239.5 );
209- --pico-primary : # 0172ad ;
210- --pico-primary-background : # 0172ad ;
209+ --pico-primary : # 9c5900 ;
210+ --pico-primary-background : # ff9500 ;
211211 --pico-primary-border : var (--pico-primary-background );
212- --pico-primary-underline : rgba (1 , 114 , 173 , 0.5 );
213- --pico-primary-hover : # 015887 ;
214- --pico-primary-hover-background : # 02659a ;
212+ --pico-primary-underline : rgba (156 , 89 , 0 , 0.5 );
213+ --pico-primary-hover : # 7a4400 ;
214+ --pico-primary-hover-background : # e48500 ;
215215 --pico-primary-hover-border : var (--pico-primary-hover-background );
216216 --pico-primary-hover-underline : var (--pico-primary-hover );
217- --pico-primary-focus : rgba (2 , 154 , 232 , 0.5 );
218- --pico-primary-inverse : # fff ;
217+ --pico-primary-focus : rgba (210 , 122 , 1 , 0.5 );
218+ --pico-primary-inverse : # 000 ;
219219 --pico-secondary : # 5d6b89 ;
220220 --pico-secondary-background : # 525f7a ;
221221 --pico-secondary-border : var (--pico-secondary-background );
@@ -279,7 +279,7 @@ input:not([type=submit],
279279 --pico-switch-background-color : # bfc7d9 ;
280280 --pico-switch-checked-background-color : var (--pico-primary-background );
281281 --pico-switch-color : # fff ;
282- --pico-switch-thumb-box-shadow : 0 0 0 rgba (0 , 0 , 0 , 0 );
282+ --pico-switch-thumb-box-shadow : 0 0 0.5 rem rgba (0 , 0 , 0 , 0.25 );
283283 --pico-range-border-color : # dfe3eb ;
284284 --pico-range-active-border-color : # bfc7d9 ;
285285 --pico-range-thumb-border-color : var (--pico-background-color );
@@ -309,12 +309,12 @@ input:not([type=submit],
309309[data-theme = light ] details summary [role = button ]::after ,
310310: root : not ([data-theme = dark ]) details summary [role = button ]::after ,
311311: host (: not ([data-theme = dark ])) details summary [role = button ]::after {
312- filter : brightness (100 ) invert (0 );
312+ filter : brightness (100 ) invert (1 );
313313}
314314[data-theme = light ] [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ])::before ,
315315: 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 ,
316316: 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 {
317- filter : brightness (100 ) invert (0 );
317+ filter : brightness (0 ) invert (1 );
318318}
319319[data-theme = light ] input : is ([type = submit ],
320320[type = button ],
@@ -343,19 +343,19 @@ input:not([type=submit],
343343 color-scheme : dark;
344344 --pico-background-color : rgb (19 , 22.5 , 30.5 );
345345 --pico-color : # c2c7d0 ;
346- --pico-text-selection-color : rgba (1 , 170 , 255 , 0.1875 );
346+ --pico-text-selection-color : rgba (228 , 133 , 0 , 0.1875 );
347347 --pico-muted-color : # 7b8495 ;
348348 --pico-muted-border-color : # 202632 ;
349- --pico-primary : # 01aaff ;
350- --pico-primary-background : # 0172ad ;
349+ --pico-primary : # e48500 ;
350+ --pico-primary-background : # ff9500 ;
351351 --pico-primary-border : var (--pico-primary-background );
352- --pico-primary-underline : rgba (1 , 170 , 255 , 0.5 );
353- --pico-primary-hover : # 79c0ff ;
354- --pico-primary-hover-background : # 017fc0 ;
352+ --pico-primary-underline : rgba (228 , 133 , 0 , 0.5 );
353+ --pico-primary-hover : # ffa23a ;
354+ --pico-primary-hover-background : # ffa23a ;
355355 --pico-primary-hover-border : var (--pico-primary-hover-background );
356356 --pico-primary-hover-underline : var (--pico-primary-hover );
357- --pico-primary-focus : rgba (1 , 170 , 255 , 0.375 );
358- --pico-primary-inverse : # fff ;
357+ --pico-primary-focus : rgba (228 , 133 , 0 , 0.375 );
358+ --pico-primary-inverse : # 000 ;
359359 --pico-secondary : # 969eaf ;
360360 --pico-secondary-background : # 525f7a ;
361361 --pico-secondary-border : var (--pico-secondary-background );
@@ -419,7 +419,7 @@ input:not([type=submit],
419419 --pico-switch-background-color : # 333c4e ;
420420 --pico-switch-checked-background-color : var (--pico-primary-background );
421421 --pico-switch-color : # fff ;
422- --pico-switch-thumb-box-shadow : 0 0 0 rgba (0 , 0 , 0 , 0 );
422+ --pico-switch-thumb-box-shadow : 0 0 0.5 rem rgba (0 , 0 , 0 , 0.25 );
423423 --pico-range-border-color : # 202632 ;
424424 --pico-range-active-border-color : # 2a3140 ;
425425 --pico-range-thumb-border-color : var (--pico-background-color );
@@ -462,30 +462,30 @@ input:not([type=submit],
462462 }
463463 : root : not ([data-theme ]) details summary [role = button ]::after ,
464464 : host (: not ([data-theme ])) details summary [role = button ]::after {
465- filter : brightness (100 ) invert (0 );
465+ filter : brightness (100 ) invert (1 );
466466 }
467467 : root : not ([data-theme ]) [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ])::before ,
468468 : host (: not ([data-theme ])) [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ])::before {
469- filter : brightness (100 ) invert (1 );
469+ filter : brightness (100 ) invert (0 );
470470 }
471471}
472472[data-theme = dark ] {
473473 color-scheme : dark;
474474 --pico-background-color : rgb (19 , 22.5 , 30.5 );
475475 --pico-color : # c2c7d0 ;
476- --pico-text-selection-color : rgba (1 , 170 , 255 , 0.1875 );
476+ --pico-text-selection-color : rgba (228 , 133 , 0 , 0.1875 );
477477 --pico-muted-color : # 7b8495 ;
478478 --pico-muted-border-color : # 202632 ;
479- --pico-primary : # 01aaff ;
480- --pico-primary-background : # 0172ad ;
479+ --pico-primary : # e48500 ;
480+ --pico-primary-background : # ff9500 ;
481481 --pico-primary-border : var (--pico-primary-background );
482- --pico-primary-underline : rgba (1 , 170 , 255 , 0.5 );
483- --pico-primary-hover : # 79c0ff ;
484- --pico-primary-hover-background : # 017fc0 ;
482+ --pico-primary-underline : rgba (228 , 133 , 0 , 0.5 );
483+ --pico-primary-hover : # ffa23a ;
484+ --pico-primary-hover-background : # ffa23a ;
485485 --pico-primary-hover-border : var (--pico-primary-hover-background );
486486 --pico-primary-hover-underline : var (--pico-primary-hover );
487- --pico-primary-focus : rgba (1 , 170 , 255 , 0.375 );
488- --pico-primary-inverse : # fff ;
487+ --pico-primary-focus : rgba (228 , 133 , 0 , 0.375 );
488+ --pico-primary-inverse : # 000 ;
489489 --pico-secondary : # 969eaf ;
490490 --pico-secondary-background : # 525f7a ;
491491 --pico-secondary-border : var (--pico-secondary-background );
@@ -549,7 +549,7 @@ input:not([type=submit],
549549 --pico-switch-background-color : # 333c4e ;
550550 --pico-switch-checked-background-color : var (--pico-primary-background );
551551 --pico-switch-color : # fff ;
552- --pico-switch-thumb-box-shadow : 0 0 0 rgba (0 , 0 , 0 , 0 );
552+ --pico-switch-thumb-box-shadow : 0 0 0.5 rem rgba (0 , 0 , 0 , 0.25 );
553553 --pico-range-border-color : # 202632 ;
554554 --pico-range-active-border-color : # 2a3140 ;
555555 --pico-range-thumb-border-color : var (--pico-background-color );
@@ -585,10 +585,10 @@ input:not([type=submit],
585585 --pico-form-element-focus-color : var (--pico-primary-focus );
586586}
587587[data-theme = dark ] details summary [role = button ]::after {
588- filter : brightness (100 ) invert (0 );
588+ filter : brightness (100 ) invert (1 );
589589}
590590[data-theme = dark ] [aria-busy = true ]: not (input , select , textarea , html , form ): is (button , [type = submit ], [type = button ], [type = reset ], [role = button ])::before {
591- filter : brightness (100 ) invert (1 );
591+ filter : brightness (100 ) invert (0 );
592592}
593593
594594progress ,
0 commit comments