# style <name> [= <name>]
# {
#   <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>

pixmap_path "/home/mlkesl/.gnome/textures"

style "default"
{
#  font = "-schumacher-clean-medium-r-normal--8-80-75-75-c-50-iso8859-1"
  font = "-*-lucida-medium-r-normal-*-10-*-*-*-*-*-iso8859-1"

# base, text, bg, fg are possible
bg[NORMAL] = { 0.55, 0.66, 0.55 }
bg[SELECTED] = { 0.20, 0.35, 0.20 }
bg[INSENSITIVE] = { 0.70, 0.85, 0.70 }
bg[ACTIVE] = { 0.40, 0.55, 0.40 }
bg[PRELIGHT] = { 0.75, 0.90, 0.75 }

fg[NORMAL] = { 0.0, 0.0, 0.0 }
fg[SELECTED] = { 1.0, 1.0, 1.0 }
fg[ACTIVE] = { 0.0, 0.33, 0.0 }
fg[PRELIGHT] = { 0.0, 0.0, 0.0 }

text[INSENSITIVE] = { 0.50, 0.50, 0.66 }

}

style "ruler" = "default"
{
  font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
}


widget_class "*Ruler*" style "ruler"
widget_class "*" style "default"
