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

# To try the Pixmap theme, uncomment the following include: (If your
# themes directory is not C:\windows\gtk\themes, correct the path if
# necessary, and also set module_path and pixmap_path.) 

#include "C:\\windows\\gtk\\themes\\Pixmap\\gtk\\gtkrc"

# module_path "X:\\wherever\\themes\\engines"
# pixmap_path "X:\\wherever\\themes\\Pixmap\\gtk"

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

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

style "tooltips"
{
  bg[NORMAL] = { 0.94, 0.90, 0.54 }
}

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