Archive for the 'theme' Category

21st Oct 2007

设置 gtk2 程序的主题, 字体, 图标

用 gnome 的外观设置很容易做到, 但我没有装 gnome, 只好写 ~/.gtkrc-2.0

# -- THEME AUTO-WRITTEN DO NOT EDIT
include "/home/autumncat/.themes/MurrinaCandy/gtk-2.0/gtkrc"

include "/home/autumncat/.gtkrc-2.0.mine"

# -- THEME AUTO-WRITTEN DO NOT EDIT

style "user-font"
{
 font_name="Verdana 9"
}
widget_class "*" style "user-font"

# for firefox etc.
gtk-font-name = "Verdana 9"

gtk-theme-name = "MurrinaCandy"
gtk-icon-theme-name = "OSX"

用其它主题的话就照葫芦画瓢吧.

至于鼠标光标, 这个不关 gtk2 的事, 应该在 ~/.Xdefault 里设置

Xcursor.theme: DropPlusBlue

Posted by Posted by admin under Filed under Linux, theme Comments No Comments »