
style "default" {
	bg[NORMAL] = "#d5d2cd"
	bg[PRELIGHT] = "#d5d2cd"
	bg[SELECTED] = "#338833"
	bg[ACTIVE] = "#d5d2cd"
	bg[INSENSITIVE] = "#d5d2cd"
	engine "raleigh" {}
}

style "handlebox" {
	bg[NORMAL] = "#d5d2cd"
	bg[PRELIGHT] = "#d5d2cd"
	bg[SELECTED] = "#338833"
}

style "scroll" {
	bg[NORMAL] = "#d5d2cd"
	bg[PRELIGHT] = "#d5d2cd"
	bg[SELECTED] = "#338833"
}

style "menu" {
	bg[PRELIGHT] = "#338833"
	fg[PRELIGHT] = "#ffffff"
}

style "toolbar" {
	bg[PRELIGHT] = "#d5d2cd"
	fg[PRELIGHT] = "#000000"
}

style "progress" {
	bg[PRELIGHT] = "#338833"
	fg[PRELIGHT] = "#ffffff"
}

style "text" {
	bg[NORMAL] = "#ffffff"
	bg[SELECTED] = "#338833"
	bg[ACTIVE] = "#ffffff"
	bg[PRELIGHT] = "#ffffff"
	fg[NORMAL] = "#000000"
	fg[SELECTED] = "#ffffff"
	fg[ACTIVE] = "#000000"
	fg[PRELIGHT] = "#000000"
}

class "GtkWidget" style "default"
widget_class "*MenuItem*" style "menu"
widget_class "*Menu*" style "menu"
class "GtkToolbar" style "toolbar"
class "GtkProgress" style "progress"
class "GtkText" style "text"
class "GtkEditable" style "text"
class "GtkEntry" style "text"
class "GtkSpinButton" style "text"
class "NautilusEntry" style "text"
class "EEntry" style "text"
class "GtkHandleBox" style "handlebox"
class "GnomeDockItem" style "handlebox"
class "GtkHScrollbar" style "scroll"
class "GtkVScrollbar" style "scroll"
