Skip to content

Commit 1350b80

Browse files
committed
fix vencord flavor
1 parent 4efa990 commit 1350b80

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
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 */
@@ -51,7 +51,7 @@
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

@@ -80,4 +80,4 @@
8080
--green: #a8b665;
8181
--green-1: oklch(63% 0.12 160);
8282
--green-2: oklch(53% 0.12 160);
83-
}
83+
}

0 commit comments

Comments
 (0)