Repeat INSENSITIVE colors instead of relying on inheritance

Since inheritance doesn't seem to work on some systems, though it worked
on mine.
This commit is contained in:
Julien "_FrnchFrgg_" RIVAUD 2016-08-22 01:57:20 +02:00
parent 88e98a63c7
commit d92686afb4
1 changed files with 2 additions and 0 deletions

View File

@ -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
}