xyl0n / iris

A simple, flat and bold Gtk theme.
GNU General Public License v3.0
277 stars 27 forks source link

Incompatibilty color on tab bar. #56

Open joshjo opened 10 years ago

joshjo commented 10 years ago

screenshot from 2014-04-22 07 48 15

joshjo commented 10 years ago

BTW, It's on Ubuntu 14.04.

xyl0n commented 10 years ago

This is an Ubuntu specific problem that also occurs in other themes such as Numix, unfortunately. Not sure how to fix this.

satya164 commented 10 years ago

What you have to add is,

* {
    background-color: inherit;
    color: inherit;
}

But that's a hack, and causes issues in vanilla Gnome. Anyways, the universal selector is slow and shouldn't be required. Currently we have a patch in Numix PPA which adds these lines to the theme.