# 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 "."

style "texto"
{
  font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"
  fg[NORMAL] = { 0, 0, 0 }
#  bg_pixmap[NORMAL]="fondo2.xpm"
}
style "button"
{
  font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"
}

style "main_button" = "button"
{
#  fg[PRELIGHT] = { 0.9, 0.9, 0.9 }
#  bg[PRELIGHT] = { 0, 0.2, 0.75 }
#  bg_pixmap[NORMAL] = "fondo2.xpm"
#  bg_pixmap[PRELIGHT] = "fondo2.xpm"
}

widget_class "*GtkButton*" style "main_button"
widget_class "*GtkText" style "texto"
widget_class "*GtkMenu*" style "texto"
