@@ -179,8 +179,8 @@ function dropFile(event: DragEvent) {
179
179
--design-card-shadow : 0 2px 4px 0px rgb (0 0 0 / 10% );
180
180
--design-element-shadow : 0 1px 2px 0px rgb (0 0 0 / 10% );
181
181
--design-highlight-color : rgb (var (--system-blue ));
182
- --design-highlight-background : color-mix (in hsl , rgb (var (--theme-foreground ) / 5% ), rgb (var (--system-accent ) / 5% ));
183
- --design-input-background : color-mix (in hsl , rgb (var (--theme-foreground ) / 10% ) 75% , rgb (var (--system-accent ) / 10% ));
182
+ --design-highlight-background : color-mix (in oklab , rgb (var (--theme-foreground ) / 5% ), rgb (var (--system-accent ) / 5% ));
183
+ --design-input-background : color-mix (in oklab , rgb (var (--theme-foreground ) / 10% ) 75% , rgb (var (--system-accent ) / 10% ));
184
184
--design-out-back-timing-function : cubic-bezier (0.18 , 0.89 , 0.32 , 1.28 );
185
185
@media (prefers-color-scheme : dark ) {
186
186
--system-red : 255 69 58 ;
@@ -226,7 +226,7 @@ body {
226
226
/* Default line height of xterm.js */
227
227
line-height : 1.2 ;
228
228
overflow : hidden ;
229
- background-image : linear-gradient (to right bottom , color-mix (in sRGB , rgb (var (--system-accent ) / var (--theme-opacity )) 4% , rgb (var (--theme-background ) / var (--theme-opacity ))), color-mix (in sRGB , rgb (var (--system-accent ) / var (--theme-opacity )) 8% , rgb (var (--theme-background ) / var (--theme-opacity ))));
229
+ background-image : linear-gradient (to right bottom , color-mix (in oklab , rgb (var (--system-accent ) / var (--theme-opacity )) 4% , rgb (var (--theme-background ) / var (--theme-opacity ))), color-mix (in oklab , rgb (var (--system-accent ) / var (--theme-opacity )) 8% , rgb (var (--theme-background ) / var (--theme-opacity ))));
230
230
transition : color 0.2s ;
231
231
& .is-vibrant {
232
232
background-image : linear-gradient (to right bottom , rgb (var (--system-accent ) / 4% ), rgb (var (--system-accent ) / 8% ));
0 commit comments