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 31 32 33 34 35 36 37 38 39
|
# style <name> [= <name>]
# {
# <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>
pixmap_path "/home/tigert/.gnome/textures"
style "default"
{
# font = "-schumacher-clean-medium-r-normal--8-80-75-75-c-50-iso8859-1"
# font = "-*-lucida-medium-r-normal-*-14-*-*-*-*-*-iso8859-1"
# base, text, bg, fg are possible
bg[NORMAL] = { 0.84, 0.81, 0.75 }
bg[SELECTED] = { 0.52, 0.0, 0.0 }
bg[INSENSITIVE] = { 0.71, 0.67, 0.62 }
bg[ACTIVE] = { 0.74, 0.71, 0.65 }
bg[PRELIGHT] = { 0.90, 0.87, 0.81 }
fg[NORMAL] = { 0.0, 0.0, 0.0 }
fg[SELECTED] = { 0.9, 0.9, 0.9 }
fg[ACTIVE] = { 0.33, 0.2, 0.0 }
fg[PRELIGHT] = { 0.5, 0.1, 0.0 }
text[INSENSITIVE] = { 0.71, 0.67, 0.62 }
}
style "ruler" = "default"
{
font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
}
widget_class "*Ruler*" style "ruler"
widget_class "*" style "default"
|