Skip to content

Commit 6e40c50

Browse files
authored
Update vencord.theme
1 parent abbf4d1 commit 6e40c50

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

theme/flavors/vencord.theme

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
/* accent colors */
4848
--acc-0: var(--purple); /* main accent color. */
4949
--acc-1: var(--purple-1); /* color of accent buttons when hovered. */
50-
--acc-2: var(--purple-2); /* color of accent buttons when clicked. */
50+
--acc-2: var(--purple-1); /* color of accent buttons when clicked. */
5151

5252
/* borders */
5353
--border-width: 2px; /* panel border thickness. */
@@ -74,8 +74,7 @@
7474
--pink-1: oklch(63% 0.12 0);
7575
--pink-2: oklch(53% 0.12 0);
7676
--purple: #d3869b;
77-
--purple-1: oklch(63% 0.12 300);
78-
--purple-2: oklch(53% 0.12 300);
77+
--purple-1: #d27390;
7978
--cyan: #7caea3;
8079
--yellow: #d8a656;
8180
--green: #a8b665;

0 commit comments

Comments
 (0)