We are still actively working on the spam issue.

GTK Theming

From InstallGentoo Wiki
Revision as of 21:49, 29 January 2014 by Dsfargeg (talk | contribs) (Created page with "If you use a Desktop Environment, it's likely that it provides a tool for changing the GTK theme. Otherwise, you can edit the configuration files yourself. For GTK+ 2.x, ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you use a Desktop Environment, it's likely that it provides a tool for changing the GTK theme. Otherwise, you can edit the configuration files yourself.

For GTK+ 2.x, it is ~/.gtkrc-2.0, ~ being your home directory. For system-wide configuration, /etc/gtkrc.

gtk-font-name="Arimo 9"
gtk-theme-name="Adwaita"
gtk-icon-theme-name="Faenza"

For GTK+ 3.x, the file is located at ~/.config/gtk-3.0/settings.ini or /etc/gtk-3.0/settings.ini. The syntax differs a little:

[Settings] 
gtk-font-name=Arimo 9
gtk-theme-name=Adwaita
gtk-icon-theme-name=Faenza