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


style "default"
{
  font = "-*-helvetica-medium-r-normal--10-*-*-*-*-*-*-*"

  bg[NORMAL] = "#999999" 
  fg[NORMAL] = "#000000" 

  bg[PRELIGHT] = "#cccccc" 

  bg[ACTIVE] = "#999999" 

  bg[INSENSITIVE] = "#999999" 
  fg[INSENSITIVE] = "#000000" 

  base[NORMAL] = "#cccccc" 
  base[ACTIVE] = "#cccccc" 

  engine "buffy" 
  {
	checkColor = "#ff0000"
	radioColor = "#0000ff"
  }
}

style "check" = "default" {

	font = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-iso8859-1"

}

style "button" = "default" {
	font = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-iso8859-1"
}

style "menu" = "default" {
	font = "-*-helvetica-bold-o-normal-*-12-*-*-*-*-*-iso8859-1"
}

style "list" = "default" {

	font = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-iso8859-1"
  	fg[NORMAL] = "#000000" 
  	bg[NORMAL] = "#999999" 
  	base[NORMAL] = "#999999" 
  	base[ACTIVE] = "#999999" 
  	bg[SELECTED] = "#000000" 
  	fg[SELECTED] = "#999999" 
}

style "list" {

	font = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-iso8859-1"
  	fg[NORMAL] = "#000000" 
  	bg[NORMAL] = "#729c9c" 
  	base[NORMAL] = "#999999" 
  	base[ACTIVE] = "#999999" 
  	bg[SELECTED] = "#999999" 
  	fg[SELECTED] = "#000000" 
}

style "entry" = "default" {

	font = "-*-screen-medium-r-normal--15-*-*-*-*-*-iso8859-1"
  
	bg[NORMAL] = "#d3b5b5" 
	fg[NORMAL] = "#000000" 

	bg[SELECTED] = "#e6e6e6" 
	fg[SELECTED] = "#000000" 
}

style "entry"
{
  bg[PRELIGHT] = "#b98e8e"
  fg[PRELIGHT] = "#000000"
  base[NORMAL] = "#b98e8e"
#  bg[NORMAL]	= "#b98e8e"
#  bg[ACTIVE]	= "#b98e8e"  
}

style "notebook"
{  
  bg[PRELIGHT] = "#b98e8e"
  fg[PRELIGHT] = "#000000"
  base[NORMAL] = "#b98e8e"
}
# common default
#class "*" style "default"
#class "GtkNotebook" style "notebook"
#widget_class "*GtkButton*" style "button"
#widget_class "*GtkEntry*" style "entry"
#widget_class "*GtkText*" style "entry"
#widget_class "*GtkSpinButton*" style "entry"
#widget_class "*GtkList*" style "clist"
#widget_class "*GtkCList*" style "list"
#widget_class "*GtkCTree*" style "list"
#widget_class "*GtkTree*" style "list"
#widget_class "*GtkCheckButton*" style "check"
#widget_class "*Menu*" style "menu"
#widget_class "*MenuItem*" style "menu"
class "GtkNotebook" 		style "notebook"
class "GtkEntry" 		style "entry"  
class "GtkWidget"		style "default"
class "GtkList"			style "list1"
class "GtkTree"			style "list"
class "GtkCList"		style "list"
class "GtkCTree"		style "list"
class "GtkButton"		style "button"
class "GtkSpinButton"		style "button"
class "GtkRange"		style "range"
class "GtkProgress"		style "bar"
class "GtkStatusbar"		style "bar"
class "GtkMenuItem"		style "menu"
class "GtkMenu"			style "menu"
widget "gtk-tooltips*"		style "tooltips"


