File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2626 --panel-roundness : 0px ; /* corner roundness of panels. ONLY WORKS IF unrounding.css IS REMOVED (see above). */
2727
2828 /* background colors */
29- --bg-0 : # 282828 ; /* main background color. */
30- --bg-1 : # 1d2021 ; /* background color for secondary elements like code blocks, embeds, etc. */
31- --bg-2 : # 3c3836 ; /* color of neutral buttons. */
32- --bg-3 : # 44403e ; /* color of neutral buttons when hovered. */
29+ --bg-0 : oklch ( 28 % 0.002 48 ) ; /* main background color. */
30+ --bg-1 : oklch ( 25 % 0.001 48 ) ; /* background color for secondary elements like code blocks, embeds, etc. */
31+ --bg-2 : oklch ( 34 % 0.004 48 ) ; /* color of neutral buttons. */
32+ --bg-3 : oklch ( 38 % 0.006 48 ) ; /* color of neutral buttons when hovered. */
3333
3434 /* state modifiers */
35- --hover : oklch (54% 0.007 48 / 0.1 ); /* color of hovered elements. */
36- --active : oklch (54% 0.007 48 / 0.2 ); /* color of elements when clicked. */
35+ --hover : oklch (54% 0.006 48 / 0.1 ); /* color of hovered elements. */
36+ --active : oklch (54% 0.006 48 / 0.2 ); /* color of elements when clicked. */
3737 --selected : var (--active ); /* color of selected elements. */
3838
3939 /* text colors */
8080 --green : # a8b665 ;
8181 --green-1 : oklch (63% 0.12 160 );
8282 --green-2 : oklch (53% 0.12 160 );
83- }
83+ }
You can’t perform that action at this time.
0 commit comments