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

style "default"
{
  font = "-*-lucida-medium-r-normal-*-*-100-*-*-*-*-iso8859-1"

bg_pixmap[NORMAL] = "normal.xpm"
bg_pixmap[INSENSITIVE] = "normal.xpm"
bg_pixmap[ACTIVE] = "dark.xpm"
bg_pixmap[PRELIGHT] = "other.xpm" 

# base, text, bg, fg are possible
bg[NORMAL] = { 0.77, 0.77, 0.77 }
bg[SELECTED] = { 0.65, 0.65, 0.65 }
bg[INSENSITIVE] = { 0.77, 0.77, 0.77 }
bg[ACTIVE] = { 0.77, 0.77, 0.77 }
bg[PRELIGHT] = { 0.77, 0.77, 0.77 }

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.0, 0.1, 0.2 }

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

engine "thinice"
{
  handlebox_marks = TRUE
  scrollbar_marks = TRUE
  scroll_button_marks = TRUE
  rect_scrollbar = FALSE
}
}

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


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