Skip to content

Commit 040e05f

Browse files
committed
improve colors
1 parent 1350b80 commit 040e05f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

theme/flavors/vencord.theme.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
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 */
@@ -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)