From b1ae35c43bc21c544de315680c2bce5b623aa202 Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Sun, 6 Jul 2025 02:27:47 +0200 Subject: [PATCH] fix: make woke theme server list less jaring --- public/themes/woke.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/woke.css b/public/themes/woke.css index e777114..8aeffc8 100644 --- a/public/themes/woke.css +++ b/public/themes/woke.css @@ -19,6 +19,6 @@ --optional-chat-background: linear-gradient(45deg, #ed222480, #ed222480, #ed222480, #ed222480, #ed222480, #ed222480, #f35b2280, #f9962180, #f5c11e80, #f1eb1b80, #f1eb1b80, #f1eb1b80, #63c72080, #0c9b4980, #21878d80, #3954a580, #61379b80, #93288e80); --optional-topbar-background: linear-gradient(-12.5deg, cyan, pink, white, pink, cyan); - --optional-sidebar-background: linear-gradient(90deg, #55cdfc, #f7a8b8, #ffffff, #f7a8b8, #55cdfc); + --optional-sidebar-background: linear-gradient(90deg, #55cdfcd0, #f7a8b8d0, #ffffffd0, #f7a8b8d0, #55cdfcd0); --optional-channel-list-background: linear-gradient(82deg, #d52c00b0, #e29688b0, #ffffffb0, #d27fa4b0, #a20062b0); } \ No newline at end of file