style "light" {
  fg[NORMAL]           = "#000000"
  fg[PRELIGHT]         = "#000000"
  fg[ACTIVE]           = "#000000"
  fg[SELECTED]         = "#ffffff"
  fg[INSENSITIVE]      = "#8c8c8f"
  bg[NORMAL]           = "#ecede5"
  bg[PRELIGHT]         = "#fcfdf5"
  bg[ACTIVE]           = "#7c7d75"
  bg[SELECTED]         = "#0a5f89"
  bg[INSENSITIVE]      = "#ccccc5"
  base[NORMAL]         = "#ffffff"
  base[PRELIGHT]       = "#ecede5"
  base[ACTIVE]         = "#ecede5"
  base[SELECTED]       = "#000000"
  base[INSENSITIVE]    = "#ecede5"
	engine "xeno" {
		thin               = true
		scrollbar_dimple   = true
		stepper_ends       = false
		stepper_arrows     = false
		scrollbar_width    = 11
		shine              = 1.4
		shade              = 0.8
		scrollbar_flush    = false
		handle_knob        = holes
		paned_knob         = holes
		scrollbar_knob     = none
		menu_item_shadow   = in
		popup_arrows       = true
		thickness          = 1
		label[NORMAL]      = none
	}	
}

style "G1" {
	engine "xeno" {
		gradient = diagonal 1.9
	}
}

style "G2" {
	engine "xeno" {
		bg_style[NORMAL] = gradient vertical interlaced 1.4 0.4
		bg_style[PRELIGHT] = gradient vertical interlaced 1.4 0.4
		bg_style[INSENSITIVE] = gradient vertical interlaced 1.4 0.4
		button_default = thin in
	}
}

style "G3" {
	engine "xeno" {
		gradient = diagonal interlaced 1.9
	}
}

style "scv" {
	engine "xeno" {
		gradient = horizontal interlaced 1.1
	}
}

style "sch" {
	engine "xeno" {
		gradient = vertical interlaced 1.1
	}
}

class "GtkWidget"             style "light"
class "GtkVScrollbar"         style "scv"
class "GtkHScrollbar"         style "sch"
class "GtkMenu"               style "G3"
class "GtkMenuItem"	          style "G3"
class "GtkRange"              style "G2"
class "GtkVScale"             style "G2"
class "GtkHScale"             style "G2"
class "GtkList"               style "G2"
class "GtkTree"               style "G2"
class "GtkCList"              style "G2"
class "GtkCTree"              style "G2"
class "GtkButton"             style "G2"
class "GtkSpinButton"         style "G2"
class "GtkOptionMenu"         style "G2"
widget "*GtkCList.*GtkButton"	style "G2"
