From d92686afb4105b84b014372b6feb0ccc454a5171 Mon Sep 17 00:00:00 2001 From: "Julien \"_FrnchFrgg_\" RIVAUD" Date: Mon, 22 Aug 2016 01:57:20 +0200 Subject: [PATCH] Repeat INSENSITIVE colors instead of relying on inheritance Since inheritance doesn't seem to work on some systems, though it worked on mine. --- gtk2_ardour/clearlooks.rc.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in index d1212515ef..12ddf8465d 100644 --- a/gtk2_ardour/clearlooks.rc.in +++ b/gtk2_ardour/clearlooks.rc.in @@ -151,11 +151,13 @@ style "entry" base[NORMAL] = @bases base[PRELIGHT] = @bases + base[INSENSITIVE] = shade(1.0, @background) base[ACTIVE] = @bases base[SELECTED] = @bg_selected text[NORMAL] = @texts text[PRELIGHT] = @texts + text[INSENSITIVE] = shade(0.7, @lightest) text[ACTIVE] = @texts text[SELECTED] = @fg_selected } -- 2.30.2