From a561697bee97282cf2e9ca5837bd68a4ebc71cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jir=CC=8Ci=CC=81=20Techet?= Date: Sun, 2 Oct 2022 22:13:53 +0200 Subject: [PATCH] Use better background color for menus and file open sidebar Use the same color as other widgets use for the background. --- Prof-Gnome/gtk-3.0/theme-colors/colors-light.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Prof-Gnome/gtk-3.0/theme-colors/colors-light.css b/Prof-Gnome/gtk-3.0/theme-colors/colors-light.css index a7f9aa89..0498123a 100644 --- a/Prof-Gnome/gtk-3.0/theme-colors/colors-light.css +++ b/Prof-Gnome/gtk-3.0/theme-colors/colors-light.css @@ -51,8 +51,8 @@ @define-color shadows_light #ffffff; @define-color shadows_dark #000000; /**/ -@define-color menu_bg_color rgba(239,241,245,1); -@define-color sidebar_bg_color rgba(231,233,237,1); +@define-color menu_bg_color #f2f2f2; +@define-color sidebar_bg_color #f2f2f2; /*text color for entries, views and content in general*/ @define-color theme_text_color #404040; @define-color theme_fg_color #404040;