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

#
# style <name> [= <name>]
# {
#   <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>

style "window"
{
  bg_pixmap[NORMAL] = "tile_dark.xpm"
}

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

style "button"
{
  fg[PRELIGHT] = { 0, 1.0, 1.0 }
  bg_pixmap[PRELIGHT] = "tile_blue.xpm"
  bg_pixmap[ACTIVE] = "tile_blue.xpm"
  bg_pixmap[INSENSITIVE] = "tile_wood.xpm"
  bg_pixmap[NORMAL] = "tile_wood.xpm"
  fg[ACTIVE] = { 1.0, 1.0, 1.0 }
  fg[NORMAL] = { .5, .5, 1.0 }
  fg[INSENSITIVE] = { .3, .3, .7 }
  bg[ACTIVE] = { .6, .7, .9 }
  bg[NORMAL] = { .2, .3, .5 }
  bg[INSENSITIVE] = { .2, .3, .5 }
  bg[PRELIGHT] = { .4, .5, .7 }
}

style "button2"
{
  fg[PRELIGHT] = { 0, 1.0, 1.0 }
  fg[ACTIVE] = { 1.0, 1.0, 1.0 }
  fg[NORMAL] = { .5, .5, 1.0 }
  fg[INSENSITIVE] = { .3, .3, .7 }
  bg[ACTIVE] = { .6, .7, .9 }
  bg[NORMAL] = { .2, .3, .5 }
  bg[INSENSITIVE] = { .2, .3, .5 }
  bg[PRELIGHT] = { .4, .5, .7 }
}

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

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


# pixmap_path "~/.pixmaps"

#widget_class "*" style "button"
#widget_class "GtkWindow" style "window"
#widget_class "GtkDialog" style "window"
#widget_class "GtkFileSelection" style "window"
#widget_class "*Gtk*Scale" style "scale"
#widget_class "*GtkCheckButton*" style "toggle_button"
#widget_class "*GtkRadioButton*" style "toggle_button"
#widget_class "*GtkButton*" style "button"
#widget_class "*Ruler" style "ruler"
#widget_class "*GtkText" style "text"
#widget_class "GtkMenu*" style "button"
#widget_class "GtkFileSelection" style "button"
#widget_class "GtkColorSelection" style "button"
#widget_class "*GtkButton*" style "button"


# this sets the style only for the launcher window.
widget "Launcher*" style "button2"
