Light theme: tweak launcher pane and left pane colors

This commit is contained in:
Adorian Doran 2024-11-26 14:12:19 +02:00
parent 116e362a5e
commit 208dbd46f5

View File

@ -63,11 +63,11 @@
--modal-background-color: white; --modal-background-color: white;
--modal-backdrop-color: black; --modal-backdrop-color: black;
--left-pane-background-color: #F3F3F3; --left-pane-background-color: #f2f2f2;
--left-pane-text-color: #333; --left-pane-text-color: #383838;
--launcher-pane-background-color: #F3F3F3; --launcher-pane-background-color: #e8e8e8;
--launcher-pane-text-color: #333; --launcher-pane-text-color: #464646;
--active-tab-background-color: #ddd; --active-tab-background-color: #ddd;
--active-tab-hover-background-color: #d1d1d1; --active-tab-hover-background-color: #d1d1d1;