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

# include "/usr/local/share/gtkrc"
# pixmap_path ".:/usr/share/gtkutils/pixmaps:/usr/local/share/pixmap:/usr/local/share/themes/Pixmap/gtk"

pixmap_path ".:/usr/share/gtkutils/pixmaps"

style "default"
{
  fg[NORMAL]   = { 0.0, 0.0, 0.0 }
  fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
  bg_pixmap[NORMAL] = "gtkmenu_btn_normal.xpm"
  bg_pixmap[PRELIGHT] = "gtkmenu_btn_prelight.xpm"
}
style "window" = "default"
{
}
style "button" = "default"
{
}

# common default
class "GtkWidget" style "default"

widget_class "GtkWindow" style "window"
widget_class "*GtkButton*" style "button"
