#-#-#-#
#
# Begin the GTK+ theme, starting by defining styles...
#

style "default"
{
 font = "-*-lucida-medium-r-normal-*-*-100-*-*-p-*-iso8859-1"
 fg[NORMAL] = "#000000"
 fg[ACTIVE] = "#000000"
 fg[PRELIGHT] = "#ffffff"
 fg[SELECTED] = "#ffffff"
 fg[INSENSITIVE] = "#777777"
 bg[NORMAL] = "#cdcdcd"
 bg[ACTIVE] = "#9c9c9c"
 bg[PRELIGHT] = "#778394"
 bg[SELECTED] = "#778394"
 bg[INSENSITIVE] = "#cdcdcd"
 text[NORMAL] = "#000000"
 text[ACTIVE] = "#000000"
 text[PRELIGHT] = "#000000"
 text[SELECTED] = "#000000"
 text[INSENSITIVE] = "#000000"
 base[NORMAL] = "#ffffff"
 base[ACTIVE] = "#f5f5f5"
 base[PRELIGHT] = "#cdcdcd"
 base[SELECTED] = "#778394"
 base[INSENSITIVE] = "#cdcdcd"
 engine "raleigh" {
 }
}

style "menu" {
	bg[NORMAL]      = "#eeeeee"
	text[PRELIGHT]    = "#000000"
}

style "button" {
	bg[NORMAL]      = "#eeeeee"
	bg[PRELIGHT]    = "#909090"
	text[PRELIGHT]    = "#000000"
}

#-#-#-#
#
# Apply the styles above to various widgets...
#

class "GtkWidget" style "default"

#class "GtkButton"       style "button"
#class "GtkSpinButton"   style "button"
class "GtkWidget"       style "default"
#class "GtkRange"        style "button"
class "GtkMenuItem"     style "menu"
