pixmap_path "/usr/include/X11/pixmaps/"

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

style "button"
{
  font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
  bg[PRELIGHT] = { 0, 0.75, 0x00 }
}

style "toggle_button" = "button"
{
  fg[NORMAL] = { 1.0, 0, 0 }
  fg[ACTIVE] = { 0.0, 0, 0 }
}

style "windows" 
{
#  bg_pixmap[NORMAL] = "a097a.xpm"
}

widget_class "*GtkToggleButton*" style "toggle_button"
widget_class "*GtkButton*" style "button"
widget_class "GtkWindow" style "windows"
widget_class "*" style "default"