Os temas para todo o sistema são armazenados em /usr/local/share/themes
; os temas do usuário são armazenados em ~/.themes
. Você precisará criar ou editar os arquivos ~/.gtkrc-2.0
e ~/.gtkrc-2.0-kde4
.
Há também uma interface GUI no Centro de Controle do KDE, Estilos GTK e Fontes. Exemplo:
$ cat .gtkrc-2.0-kde4
# This file was written by KDE
# You can edit it in the KDE control center, under "GTK Styles and Fonts"
# Include gtkrc for the desired themes
include "/usr/local/share/themes/mytheme/gtk-2.0/gtkrc"
gtk-theme-name="mytheme"
gtk-font-name="myfont"