summaryrefslogtreecommitdiff
path: root/gtkrc-2.0
blob: 3be5fe762d24e582ccfcb9d9029a033f01681720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"

gtk-theme-name="Clearlooks"
gtk-icon-theme-name="Tango"
gtk-font-name="Liberation Sans 8"
gtk-key-theme-name = "Emacs"

style "user-font"
{
    font_name="Liberation Sans 8"
}
widget_class "*" style "user-font"

# ROX-Filer custom icons
#pixmap_path "/home/anrxc/.icons/rox-win"
#style "normal" {
#  stock["gtk-close"] = {{"gtk-close.png"}}
#  stock["gtk-go-up"] = {{"gtk-go-up.png"}}
#  stock["gtk-home"] = {{"gtk-home.png"}}
#  stock["gtk-refresh"] = {{"gtk-refresh.png"}}
#  stock["gtk-zoom-in"] = {{"gtk-zoom-in.png"}}
#  stock["gtk-zoom-fit"] = {{"gtk-zoom-fit.png"}}
#  stock["gtk-jump-to"] = {{"gtk-jump-to-ltr.png"}}
#  stock["gtk-sort-ascending"] = {{"gtk-sort-ascending.png"}}
#  stock["gtk-help"] = {{"gtk-help.png"}}
#  stock["rox-show-hidden"] = {{"gtk-show-all.png"}}
#  stock["rox-show-details"] = {{"gtk-dialog-info.png"}}
#  stock["rox-select"] = {{"gtk-select-color.png"}}
#}
#widget "*" style "normal"