snwh / paper-gtk-theme

Paper Theme Suite
http://snwh.org/paper
GNU General Public License v3.0
1.01k stars 90 forks source link

XFCE Gtk3 Plugins bug #97

Open rilian-la-te opened 9 years ago

rilian-la-te commented 9 years ago

It does not inherit panel settings transparency and use slightly different color: screenshot from 2015-03-09 03 28 31

snwh commented 9 years ago

Hm. Is the XFCE panel a combo of GTK2 & GTK3?

Defman21 commented 9 years ago

Gtk3 plugins Infrastructure was added to be able to load Gtk3 plugins alongside Gtk2 plugins.

From http://xfce.org/about/tour

snwh commented 9 years ago

Hmm, then it may have mixed styles as parts of the theme conflict, I'll have to look into this more.

rilian-la-te commented 9 years ago

I found a fix : make xfce4-panel class background color is fully transparent. Panel controls transparency itself, but if theme transparency is not zero, theme overrides panel control. And also Gtk3 xfce4-panel plugins has a black foreground color on black labels.

ryanoasis commented 9 years ago

:+1: