From 67b01ec1d88cff2312f725ed4eb5c0357a4478d6 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 25 Dec 2025 01:31:47 +0200 Subject: [PATCH] style/bottom bar: tweak light color scheme colors --- apps/client/src/stylesheets/theme-next-light.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/stylesheets/theme-next-light.css b/apps/client/src/stylesheets/theme-next-light.css index 5ee13dd6d..3c4b9aa19 100644 --- a/apps/client/src/stylesheets/theme-next-light.css +++ b/apps/client/src/stylesheets/theme-next-light.css @@ -233,8 +233,8 @@ --right-pane-item-hover-background: #00000013; --right-pane-item-hover-color: inherit; - --bottom-panel-background-color: #0000000a; - --bottom-panel-title-bar-background-color: #00000017; + --bottom-panel-background-color: #ffffff59; + --bottom-panel-title-bar-background-color: #0000000a; --scrollbar-thumb-color: #0000005c; --scrollbar-thumb-hover-color: #00000066;