Repeat INSENSITIVE colors instead of relying on inheritance
authorJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Sun, 21 Aug 2016 23:57:20 +0000 (01:57 +0200)
committerJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Sun, 21 Aug 2016 23:58:08 +0000 (01:58 +0200)
Since inheritance doesn't seem to work on some systems, though it worked
on mine.

gtk2_ardour/clearlooks.rc.in

index d1212515efbcf0e1a812dda581722268ff4a46a9..12ddf8465daa48556340c7acf64d56b5adfe555d 100644 (file)
@@ -151,11 +151,13 @@ style "entry"
 
   base[NORMAL]      = @bases
   base[PRELIGHT]    = @bases
 
   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
   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
 }
   text[ACTIVE]      = @texts
   text[SELECTED]    = @fg_selected
 }