Nimbus (推荐)
Nimbus 是来自 Sun Microsystems, Inc. 的默认主题,其中包含 GTK 主题引擎以及 GTK、Metacity、图标等主题。这套主题真的很不错,个人也蛮喜欢的,我已经换上了(从源代码编译)。在此推荐给大家。
Nimbus 0.0.5 (source)
Nimbus for Gentoo ebuild (Thanks DangerMan!)
Nimbus for Ubuntu Feisty (Thanks tigrux!)
版权声明: 允许非商业性转载,但转载时必须标明作者及原文链接.
本文网址: http://linuxtoy.org/archives/nimbus.html

图标很不错哦~有图标包下吗?
@Evan:图标是包含在里面的。
看着不错
for i386的ubuntu包是否合适用于amd64的
@adong:我没有 64 位系统可以测试,所以不确定是否存在问题。如果你不放心,不妨自己编译一下。
checking for intltool >= 0.23... awk: cannot open ./intltool-update.in (No such file or directory)
awk: cannot open ./intltool-update.in (No such file or directory)
found
./configure: line 3648: test: : integer expression expected
configure: error: Your intltool is too old. You need intltool 0.23 or later.
出现如上错误,可是我系统里已经安装了 intltool 0.35了
忘了说了 系统是 Edgy
@内存不足:把 /usr/share/intltool/ 中的 intltool-extract.in、intltool-merge.in、intltool-update.in 复制到解开的 nimbus 目录即可。
thx toy
### SCRIPT BEGINS ###
#!/bin/sh
if ! test -f nimbus-0.0.5.tar.bz2; then
wget -c http://dlc.sun.com/osol/jds/downloads/extras/nimbus-0.0.5.tar.bz2
fi
if ! test -f nimbus-theme_0.0.5-1.diff.gz; then
wget -c http://tigrux.homelinux.org/nimbus-theme_0.0.5-1.diff.gz
fi
if ! test -f nimbus-theme_0.0.5-1_all.deb; then
sudo apt-get install fakeroot icon-naming-utils intltool dh-make
tar xfj nimbus-0.0.5.tar.bz2
pushd nimbus-0.0.5
zcat ../nimbus-theme_0.0.5-1.diff.gz | patch -p1
chmod +x debian/rules
dpkg-buildpackage -rfakeroot -us -uc
popd
fi
sudo gdebi nimbus-theme_0.0.5-1_all.deb
### SCRIPT ENDS ###
用以上脚本生成deb文件,我就是在amd64这样安装的,i386的不能在amd64下用。
以上脚本来自gnome-look.org,所需文件也应该可以找到的.
我的回收站的图标好丑。。。。。。好像不是nimbus的图标,而是gnome默认的那个图标,我是用的gnome-look下编译好的ubuntu的edgy的包装的,怎么改成nimbus的图标阿
[...] Nimbus主题 Nimbus 是来自 Sun Microsystems, Inc. 的默认主题 (tags: linux) [...]
我已经用上了nimbus,其他的都正常,只是桌面回收站的图标不正常,显示的是gnome的默认图标......
这也是下一代swing的默认主题。。。