mwolson.org Blog - /Tech

Mon, 06 Aug 2007

New XFCE theme: Saner-dawn

I noticed recently that the Lush theme, my favorite of all the provided GNOME themes to date, is no longer shipped with the gtk2-engines-smooth package, and appears to have been abandoned upstream. In hopes of finding a quick replacement, I looked through the available XFCE themes, and found one called "Xfce-dawn" that was even better than Lush. It had a few quirks that I didn't like, however, so I modified it and called the result "Saner-dawn". It is available here. A list of modifications follows.

To use this theme, do cd ~/.themes; tar -xzf /path/to/xfce-saner-dawn.tar.gz. The theme should then be selectable in XFCE and (perhaps) metacity, if XFCE is installed. Making a variant of a theme is very easy: just do cp -a /usr/share/themes/<name-of-theme> ~/.themes/ and start twiddling it.

Update
Changed tar arguments from "-czf" to "-xzf". Thanks to Weber for noticing this.