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

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.74, 0.65, 0.43 } #bg[NORMAL] = { 0.80, 0.73, 0.59 }
bg[SELECTED] = { 0.1, 0.45, 0.80 } #bg[SELECTED] = { 0.1, 0.45, 0.80 }
bg[ACTIVE] = { 0.54, 0.45, 0.33 }
bg[PRELIGHT] = { 0.31, 0.58, 0.80 }
bg[INSENSITIVE] = { 0.80, 0.76, 0.65 }

base[SELECTED] = { 0.1, 0.45, 0.80 }
base[PRELIGHT] = { 0.31, 0.58, 0.80 }
base[INSENSITIVE] = { 0.31, 0.58, 0.80 } 


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

text[INSENSITIVE] = { 0.60, 0.65, 0.57 }

}

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


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