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

style "default"
{

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



   font = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-iso8859-1"
   bg[NORMAL] = { 0.62, 0.59, 0.56 }
   bg[SELECTED] = { 0.49, 0.48, 0.48 }
   bg[INSENSITIVE] = { 0.44, 0.40, 0.35 }
   bg[ACTIVE] = { 0.58, 0.54, 0.51 }
   bg[PRELIGHT] = { 0.64, 0.60, 0.57 }
   fg[NORMAL] = { 0.0, 0.0, 0.0 }
   fg[SELECTED] = { 0.0, 0.0, 0.0 }
   fg[ACTIVE] = { 0.0, 0.0, 0.0 }
   fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
   text[INSENSITIVE] = { 0.65, 0.65, 0.64 }
   base[NORMAL]    =       {1.00, 1.00, 1.00}
   base[ACTIVE]    =       {0.88, 0.88, 0.88}
   base[PRELIGHT]  =       {0.95, 0.92, 0.87}
   base[INSENSITIVE]=      {0.95, 0.92, 0.87}

   
   engine "thinice"
   {
    # You want the // on the handleboxes?
     handlebox_marks = TRUE
     # Do you want the // marks on the scrollbar handle?
     scrollbar_marks = TRUE
     # A single / on the scrollbar buttons, perhaps?
     scroll_button_marks = TRUE
     # Do you want the scrollbar handles rectangular or a bit shaped?
     rect_scrollbar = TRUE
     }
     }
     style "ruler" = "default"
     {
     font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
     }
     widget_class "*Ruler*" style "ruler"
     class "GtkWidget" style "default"
