style "default"
{
	fg[NORMAL]        = "#000000"
	fg[ACTIVE]        = "#000000"
	fg[INSENSITIVE]   = "#969696"
	fg[PRELIGHT]      = "#000000"
	fg[SELECTED]      = "#000000"

	bg[ACTIVE]        = "#c2c2be"
	bg[NORMAL]        = "#e2e2de"
	bg[INSENSITIVE]   = "#e2e2de"
	bg[PRELIGHT]      = "#f2f2ee"
	bg[SELECTED]      = "#a1a0b3"

	base[NORMAL]      = "#ffffff"
	base[ACTIVE]      = "#ffffff"
	base[INSENSITIVE] = "#ffffff"
	base[PRELIGHT]    = "#eaeaea"
	base[SELECTED]    = "#a1a0b3"

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

	engine "xeno" {
		scrollbar_knob  = none
		scrollbar_width = 12
		scrollbar_flush	= false
		stepper_arrows  = false
		stepper_ends    = true
		stepper_box	= true
		paned_knob      = buds
		handle_knob     = buds
		thickness	= 1
		popup_arrows	= true
		button_default  = thin out
		menu_style	= out
		shine           = 1.6
		shade           = 0.7
		flat_windows	= false
	}
	#engine "raleigh" {
	#}
}


style "list"
{
	#bg[NORMAL]      = "#e2e2de"
	#base[NORMAL]    = "#ffffff"
	#bg[ACTIVE]      = "#c2c2be"
	#base[ACTIVE]    = "#a1a0b3"
}

style "xeno_thin_frame" {
	engine "xeno" {
			thickness = 2
			label = black
	}
	#engine "raleigh" {
	#}
}

class "GtkWidget" 	style "default"
class "*List*"          style "list"
class "*Tree*"          style "list"
class "*Button*"        style "default"
class "*MenuItem*"      style "default"
class "GtkRadioButton"	style "default"
class "GtkCheckButton"	style "default"
widget "gtk-tooltips*"  style "default"

class "GtkFrame"    style "xeno_thin_frame"
class "*pplet*"    style "xeno_thin_frame"
