Benjamin Otte <o...@gnome.org> writes:

> I have no idea how all this stuff works, I just know it's kinda suboptimal and
> underdefined[1].
>
> But what I've been doing for modifying my own theme:
>
> mkdir -p ~/.themes/MyTheme/gtk-3.0
> cat > ~/.themes/MyTheme/gtk-3.0/gtk.css << EOF
> @import url("/usr/share/themes/Adwaita/gtk-3.0/gtk.css");
> /* My changes go here */
> EOF
> gsettings set org.gnome.desktop.interface gtk-theme MyTheme
>
> For added fun, you can replace 'MyTheme' with 'Adwaita'.

Thank you very much.  This is very useful information.

-- 
Michael Welsh Duggan
(m...@md5i.com)

_______________________________________________
desktop-devel-list mailing list
desktop-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/desktop-devel-list

Reply via email to