Il giorno mer 07 mag 2014 11:51:47 CEST, LRN ha scritto:
On 07.05.2014 13:34, Andrea Zagli wrote:
how can i customize the default win32 theme without rebuilt gtk3?

The same way you change GTK+-3.x theme on other platforms. Edit
%LOCALAPPDATA%/gtk-3.0/gtk.css


ok it works

thanks a lot


Note that this will *add* to the default theme, which may or may not achieve
the effect you want.

The other way is to create %LOCALAPPDATA%/themes/<themename>/gtk-3.0/gtk.css
and run the application with GTK_THEME=<themename> (or set theme name in
/etc/gtk-3.0/settings.ini or its user-specific counterpart). This will make
GTK+ use the <themename> instead of the default theme. Obviously, you will
have to provide a complete theme, not just override a few things. But this
way you have complete control, with no default theme to interfere.


_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to