From 11209e0618fc1ef53e7637a69a1e6b41913c7fdb Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Sun, 6 Jul 2025 02:21:23 +0200 Subject: [PATCH] fix: highlight colours --- public/themes/woke.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/themes/woke.css b/public/themes/woke.css index 9f6eb98..e777114 100644 --- a/public/themes/woke.css +++ b/public/themes/woke.css @@ -2,11 +2,11 @@ --text-color: #161518; --secondary-text-color: #2b2930; - --chat-background-color: #808080; - --chat-highlighted-background-color: #808080; - --sidebar-background-color: #808080; - --sidebar-highlighted-background-color: #808080; - --topbar-background-color: #808080; + --chat-background-color: #80808000; + --chat-highlighted-background-color: #ffffff20; + --sidebar-background-color: #80808000; + --sidebar-highlighted-background-color: #ffffff20; + --topbar-background-color: #80808000; --padding-color: #80808000;