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 2727
2828 /* background colors */
2929 --bg-0 : # 282828 ; /* main background color. */
30- --bg-1: #3c3836 ; /* background color for secondary elements like code blocks, embeds, etc. */
31- --bg-2: #3c3836x ; /* color of neutral buttons. */
32- --bg-3: oklch(31% 0 0) ; /* color of neutral buttons when hovered. */
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. */
3333
3434 /* state modifiers */
35- --hover: oklch(54% 0 0 / 0.1); /* color of hovered elements. */
36- --active: oklch(54% 0 0 / 0.2); /* color of elements when clicked. */
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. */
3737 --selected : var (--active ); /* color of selected elements. */
3838
3939 /* text colors */
5151
5252 /* borders */
5353 --border-width : 2px ; /* panel border thickness. */
54- --border-color: var(--bg-3 ); /* panel border color. */
54+ --border-color : var (--bg-2 ); /* panel border color. */
5555 --border-hover-color : var (--acc-0 ); /* panel border color when hovered. */
5656 --border-transition : 0.2s ease; /* panel border transition. */
5757
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