From 208dbd46f591aba4ccfbc4bd0056a339acba08a9 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 26 Nov 2024 14:12:19 +0200 Subject: [PATCH] Light theme: tweak launcher pane and left pane colors --- src/public/stylesheets/theme-next.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index b0667fdb4..767cb56d0 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -63,11 +63,11 @@ --modal-background-color: white; --modal-backdrop-color: black; - --left-pane-background-color: #F3F3F3; - --left-pane-text-color: #333; + --left-pane-background-color: #f2f2f2; + --left-pane-text-color: #383838; - --launcher-pane-background-color: #F3F3F3; - --launcher-pane-text-color: #333; + --launcher-pane-background-color: #e8e8e8; + --launcher-pane-text-color: #464646; --active-tab-background-color: #ddd; --active-tab-hover-background-color: #d1d1d1;