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

style "defaultfont"
{
  #fontset = "-adobe-helvetica-medium-r-normal--*-140-*-*-*-*-*-*,*"
  #fontset = "-adobe-new century schoolbook-medium-r-normal-*-*-140-*-*-p-*-iso10646-1,*"
  fontset = "-adobe-new century schoolbook-medium-r-normal-*-*-180-*-*-p-*-iso10646-1,*"
  #bg[NORMAL] = { 0.86, 0.99, 0.86 }
  #bg[ACTIVE] = { 0.86, 0.99, 0.86 }
  bg[NORMAL] = { 0.96, 0.99, 0.82 }
  bg[ACTIVE] = { 0.96, 0.59, 0.52 }
  bg[PRELIGHT] = { 0.86, 0.59, 0.86 }
  bg[INSENSITIVE] = { 0.86, 0.59, 0.56 }
}

style "text"
{
#  bg[NORMAL] = { 1.0, 0.96, 0.93 }
  text[NORMAL] = { 0.0, 0.0, 1.0 }
#  fg[NORMAL] = { 1.0, 1.0, 1.0 }
  base[NORMAL] = { 1.0, 0.96, 0.93 }
}
	

# common default
class "GtkWidget" style "defaultfont"
widget_class "*GtkText" style "text"

