From 1350b80685268bf1e5d72526bae39b368b9a1722 Mon Sep 17 00:00:00 2001 From: refact0r <34758569+refact0r@users.noreply.github.com> Date: Sat, 26 Oct 2024 14:34:54 -0700 Subject: [PATCH] fix vencord flavor --- theme/flavors/{vencord.theme => vencord.theme.css} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename theme/flavors/{vencord.theme => vencord.theme.css} (90%) diff --git a/theme/flavors/vencord.theme b/theme/flavors/vencord.theme.css similarity index 90% rename from theme/flavors/vencord.theme rename to theme/flavors/vencord.theme.css index 01b9b3f..04e6369 100644 --- a/theme/flavors/vencord.theme +++ b/theme/flavors/vencord.theme.css @@ -27,13 +27,13 @@ /* background colors */ --bg-0: #282828; /* main background color. */ - --bg-1: #3c3836; /* background color for secondary elements like code blocks, embeds, etc. */ - --bg-2: #3c3836x; /* color of neutral buttons. */ - --bg-3: oklch(31% 0 0); /* color of neutral buttons when hovered. */ + --bg-1: #1d2021; /* background color for secondary elements like code blocks, embeds, etc. */ + --bg-2: #3c3836; /* color of neutral buttons. */ + --bg-3: #44403e; /* color of neutral buttons when hovered. */ /* state modifiers */ - --hover: oklch(54% 0 0 / 0.1); /* color of hovered elements. */ - --active: oklch(54% 0 0 / 0.2); /* color of elements when clicked. */ + --hover: oklch(54% 0.007 48 / 0.1); /* color of hovered elements. */ + --active: oklch(54% 0.007 48 / 0.2); /* color of elements when clicked. */ --selected: var(--active); /* color of selected elements. */ /* text colors */ @@ -51,7 +51,7 @@ /* borders */ --border-width: 2px; /* panel border thickness. */ - --border-color: var(--bg-3); /* panel border color. */ + --border-color: var(--bg-2); /* panel border color. */ --border-hover-color: var(--acc-0); /* panel border color when hovered. */ --border-transition: 0.2s ease; /* panel border transition. */ @@ -80,4 +80,4 @@ --green: #a8b665; --green-1: oklch(63% 0.12 160); --green-2: oklch(53% 0.12 160); -} +} \ No newline at end of file