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

#   default colors for nice dodger blue
#   put them on default style
#   bg[NORMAL] = {0.52, 0.75, 0.85 }
#   bg[PRELIGHT] = {0.52, 0.75, 0.85 }
#   bg[ACTIVE] = {0.52, 0.75, 0.85 }

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

style "text"
{
font = "-*-courier-medium-r-*-*-12-*-*-*-*-*-*-*"
}

#style "tooltip"
# {
#       bg[NORMAL] = {1.0, 1.0, 0.0}
# }

style "window"
{
 font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*"
}

# common default
#widget_class  "*GtkWidget*" style "default"
#widget_class  "*GtkWindow*" style "default"
widget_class "GtkText" style "text"
#widget "gtk-tooltips*" style "tooltip"
