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

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

style "text"
{
  fg[NORMAL]   = { 1.0, 1.0, 1.0 }
  fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
  bg_pixmap[NORMAL] = "gtkmailanal.xpm"
  bg_pixmap[PRELIGHT] = "gtkmailanal.xpm"
}

widget_class "*GtkText*" style "text"
