From 463871e9e87c868d3e4b6bf63fa4065770eb5176 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sat, 28 Jun 2014 21:13:58 +0200 Subject: [PATCH] tweaked background gradient for a better contrast to the logo --- data/config_window.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/config_window.css b/data/config_window.css index e1d605b..593d943 100644 --- a/data/config_window.css +++ b/data/config_window.css @@ -1,6 +1,6 @@ GtkEventBox { background-image: linear-gradient(to bottom, @theme_bg_color, - shade(@theme_bg_color, 1.5) - 90%); + shade(@theme_bg_color, 0.93) + 20%); }