style "default"
{

	GtkEntry::cursor_color    = "#FFBD00"
	GtkTextView::cursor_color    = "#FFBD00"
	NautilusIconContainer::frame_text = 1

	fg[NORMAL]        = "#CCCC99"
	fg[ACTIVE]        = "wheat"
	fg[INSENSITIVE]   = "#120F00"
	fg[PRELIGHT]      = "red"#"#E2E2E2"
	fg[SELECTED]      = "#E2E2E2"

	bg[ACTIVE]        = "#232F2F"    
	bg[NORMAL]        = "darkslategray"
	bg[INSENSITIVE]   = "#303030"
	bg[PRELIGHT]      = "#303030"
	bg[SELECTED]      = "#232F2F"#"navy"#"wheat"#"#454545"

	base[NORMAL]      = "darkslategray"
	base[ACTIVE]      = "#202020"
	base[INSENSITIVE] = "#272727"
	base[PRELIGHT]    = "#303030"
	base[SELECTED]    = "#38433A"

	text[NORMAL]      = "wheat"#"#E2E2E2"
	text[ACTIVE]      = "#E2E2E2"
	text[PRELIGHT]    = "#000000"
	text[SELECTED]    = "wheat"
	text[INSENSITIVE] = "#000000"

	GtkRange::slider_width = 12
	GtkRange::stepper_size = 12
	GtkScrollbar::min_slider_length = 15
	GtkCheckButton::indicator_size=10
	GtkRadioButton::indicator_size=12
	GtkStatusbar::shadow_type = none
	
	GtkNotebook::tab_vborder = 1
	GtkNotebook::tab_hborder = 1
	xthickness = 1
	ythickness = 1

	engine "simple"
 	{
	}
}

style "menuitem"
{
        text[PRELIGHT]          = "#F2F2F2"
        fg[PRELIGHT]          = "#F2F2F2"
}

style "menu" 
{
	ythickness = 2
	xthickness = 2
} 

class "GtkWidget" style "default"
class "GtkMenu" style "menu"

widget_class "*.GtkMenuItem.*" style "menuitem"
widget_class "*.GtkImageMenuItem.*" style "menuitem"
widget_class "*.GtkAccelMenuItem.*" style "menuitem"
widget_class "*.GtkRadioMenuItem.*" style "menuitem"
widget_class "*.GtkCheckMenuItem.*" style "menuitem"
widget_class "*.GtkMenu.*" style "menuitem"
