summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
diff options
context:
space:
mode:
authorJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>2016-08-22 01:57:20 +0200
committerJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>2016-08-22 01:58:08 +0200
commitd92686afb4105b84b014372b6feb0ccc454a5171 (patch)
tree29ccfa3169e6452f640bb26e92882ec017b63ff0 /gtk2_ardour/clearlooks.rc.in
parent88e98a63c73c34334c6f5d162d203a6845652486 (diff)
Repeat INSENSITIVE colors instead of relying on inheritance
Since inheritance doesn't seem to work on some systems, though it worked on mine.
Diffstat (limited to 'gtk2_ardour/clearlooks.rc.in')
-rw-r--r--gtk2_ardour/clearlooks.rc.in2
1 files changed, 2 insertions, 0 deletions
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
}