lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

Tilda preferences window does not apply gtk theme properly #217

Closed J0nnyMak0 closed 8 years ago

J0nnyMak0 commented 8 years ago

I'm using the FlatStudio Dark theme: http://gnome-look.org/content/show.php/FlatStudio?content=154296 And I don't see the color palette in the Tilda preferences window tildanocolorpalette

lanoxx commented 8 years ago

I am currently not sure whats the reason for this. Are you sure its not an issue with the theme?

J0nnyMak0 commented 8 years ago

Its possible its is an issue with the theme. If you let me know what UI elements are being used for the palette, I can test with some other applications with similar elements. If it turns out to be a theme issue, I'll close this one.

lanoxx commented 8 years ago

It uses GtkColorButtons, I think you can try the gtk3-demo application it should have GtkColorButtons somewhere. If it works there then its maybe a problem of tilda. If not then its a theme issue.

Btw. tilda can load a custom style.css file in which you can override your themes style, maybe that would work as a workaround a fix can be found. See the wiki for some details.

J0nnyMak0 commented 8 years ago

Thanks for the reply. gkt3-demo has the same issue with "Pickers". I'll inform the theme maintainer.