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

module_path "./themes/engines"
pixmap_path "./themes/brushed"

style "default"
{
  font = "-*-lucida-small-r-normal-*-14-*-*-*-*-*-iso8859-1"

bg_pixmap[NORMAL] = "brushed.xpm"
bg_pixmap[INSENSITIVE] = "brushed.xpm"
bg_pixmap[ACTIVE] = "brushed-dark.xpm"
bg_pixmap[PRELIGHT] = "brushed-light.xpm" 

# base, text, bg, fg are possible
bg[NORMAL] = { 0.77, 0.77, 0.77 }
bg[SELECTED] = { 0.67, 0.67, 0.67 }
bg[INSENSITIVE] = { 0.77, 0.77, 0.77 }
bg[ACTIVE] = { 0.67, 0.67, 0.67 }
bg[PRELIGHT] = { 0.80, 0.82, 0.84 }

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.2, 0.1, 0.0 }

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

  engine "engradient"
  {
    use_gradient = FALSE
    handlebox_marks = TRUE
    scrollbar_marks = TRUE
  }

}

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


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