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

# put these bg's in "default" style to have
# a nice dodger blue for all widgets.
#   bg[NORMAL] = {0.52, 0.75, 0.85 }
#   bg[PRELIGHT] = {0.52, 0.75, 0.85 }
#   bg[ACTIVE] = {0.52, 0.75, 0.85 }
#   bg[INSENSITIVE] = {0.52, 0.75, 0.85 }	

style "default"
{
   font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*"
}
style "text"
{
font = "-*-courier-medium-r-*-*-12-*-*-*-*-*-*-*"
}

style "tooltips"
{
bg[NORMAL] = {0.0, 1, 1 }
}

# common default
class "GtkWidget" style "default"
# text widget
widget_class "*GtkText" style "text"
# tooltips
widget_class "*GtkTooltips" style "tooltips"


