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

pixmap_path ".:./pixmaps:./logos"

style "default"
{
#  font = "-schumacher-clean-medium-r-normal--8-80-75-75-c-50-iso8859-1"
#font = "-*-lucida-medium-r-normal-*-10-*-*-*-*-*-iso8859-1"
font = "-adobe-helvetica-medium-r-normal--10-80-*-*-*-*-*-*"

# base, text, bg, fg are possible
#bg[NORMAL] = { 0.70, 0.75, 0.67 }
bg[NORMAL] = { 0.60 , 0.60, 0.70 }

#bg[SELECTED] = { 0.31, 0.35, 0.35 }
bg[SELECTED] = { .40, .40, .50 }

#bg[INSENSITIVE] = { 0.70, 0.75, 0.67 }
bg[INSENSITIVE] = { 0.50, 0.50, 0.70 }

#bg[ACTIVE] = { 0.61, 0.65, 0.58 }
bg[ACTIVE] = { 0.50, 0.50, 0.61 }

#bg[PRELIGHT] = { 0.84, 0.89, 0.81 }
bg[PRELIGHT] = { 0.75, 0.75, 0.85 }

fg[NORMAL] = { 0.0, 0.0, 0.0 }
fg[SELECTED] = { 0.9, 0.9, 0.9 }
fg[ACTIVE] = { 0.33, 0.2, 0.0 }
fg[PRELIGHT] = { 0.5, 0.1, 0.0 }

text[INSENSITIVE] = { 0.60, 0.65, 0.57 }

}

style "ruler"
# = "default"
{
  font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
}

style "gtkfaimlogin" = "default"
{
  bg[NORMAL] = { 0.5, 0.5, 0.60 }
}

style "gtkfaim" = "default"
{
  bg_pixmap[NORMAL] = "testgtk.xpm"
}

style "gtkfaiminfo"
{
bg_pixmap[NORMAL] = "mini-info.xpm"
}

style "gtkfaimsendim"
{
bg_pixmap[NORMAL] = "mini-im.xpm"
}

style "gtkfaimaddbuddy"
{
bg_pixmap[NORMAL] = "mini-addbuddy.xpm"
}

style "gtkfaimaddgroup"
{
bg_pixmap[NORMAL] = "mini-addgroup.xpm"
}

style "gtkfaimremove"
{
bg_pixmap[NORMAL] = "mini-remove.xpm"
}

style "gtkfaimlogo"
{
bg_pixmap[NORMAL] = "faimlogo-garrett.xpm"
#bg_pixmap[NORMAL] = "gtkfaimlogo-joshgo.xpm"
}

widget_class "*Ruler*" style "ruler"
widget_class "*" style "default"
widget "*GtkWindow" style "gtkfaim"
widget "*gtkfaim_info*" style "gtkfaiminfo"
widget "*gtkfaim_sendim*" style "gtkfaimsendim"
widget "*gtkfaim_login.*" style "gtkfaimlogin"
widget "*gtkfaim_addbuddy*" style "gtkfaimaddbuddy"
widget "*gtkfaim_addgroup*" style "gtkfaimaddgroup"
widget "*gtkfaim_remove*" style "gtkfaimremove"
widget "*gtkfaim_logo*" style "gtkfaimlogo"
