# 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"
{
 	fg[NORMAL]       = "#000000"
	fg[ACTIVE]       = "#000000"
	fg[PRELIGHT]     = "#ffffff"
	fg[SELECTED]     = "#ffffff"
        fg[INSENSITIVE]  = "#747474"
	#fg[INSENSITIVE]  = "#061068"
	
	bg[NORMAL]       = "#ebebe4"
	bg[ACTIVE]       = "#d1d1cb"
	bg[PRELIGHT]     = "#061068"
	bg[SELECTED]     = "#061068"
	bg[INSENSITIVE]  = "#ebebe4"
	
	base[NORMAL]     = "#ffffff"
	base[ACTIVE]     = "#ffffff"
	base[PRELIGHT]   = "#868596"
	base[INSENSITIVE]= "#061068"
	
	text[INSENSITIVE]= "#061068"
			    
  engine "raleigh" 
    {
    }
}

style "list" {
  #base[ACTIVE] = "#76a1ca"
  base[ACTIVE] = "#ffffff"
}

style "tooltips" {
   bg[NORMAL] = "#a08fb7"
   fg[NORMAL] = "#081551"
}

style "button" {
   bg[NORMAL] = "#ebebe4"
   bg[PRELIGHT] = "#061068"
   bg[INSENSITIVE] = "#ebebe4"
}

style "menu" {
   bg[PRELIGHT] = "#061068"
}

style "range" = "button" {
   bg[ACTIVE] = "#d1d1cb"
}

style "infobar" {
   bg[PRELIGHT] = "#685977"
   bg[NORMAL] = "#061068"
}


class "GtkWidget"	style "default"
class "GtkList"		style "list"
class "GtkTree"		style "list"
class "GtkCList"	style "list"
class "GtkButton"	style "button"
class "GtkSpinButton" 	style "button"
class "GtkRange"	style "range"
class "GtkProgress"	style "infobar"
class "GtkStatusbar"	style "infobar"
class "GtkMenuItem"	style "menu"
class "GtkMenu"		style "menu"
widget "gtk-tooltips*"	style "tooltips"
