# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
#
# style <name> [= <name>]
# {
#   <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>

pixmap_path "~/pixmaps:/usr/local/share/pixmaps:/usr/X11/include/X11/pixmaps:/usr/lib/X11/icons"

style "default"
{
#  fontset = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*"
  font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"
}

style "window"
{
}

style "button"
{
}

style "toggle_button" = "button"
{
  fg[NORMAL] = { 1.0, 0, 0 }
  fg[ACTIVE] = { 1.0, 0, 0 }
  bg_pixmap[NORMAL] = "<parent>"
}

style "text"
{
  text[NORMAL] = { 0.0, 0.0, 0.0 }
  bg[NORMAL] = { 0.2, 0.2, 0.2 }
  fg[NORMAL] = { 0.0, 0.0, 0.0 }
  base[NORMAL] = { 0.96, 0.96, 0.16 }
}

widget_class "GtkWindow" style "window"
widget_class "GtkDialog" style "window"
widget_class "GtkFileSelection" style "window"
widget_class "*GtkRadioButton*" style "toggle_button"
widget_class "*GtkText" style "text"
widget_class "*" style "default"

