style "dark" {
  fg[NORMAL]           = { 0.75, 0.75, 0.68 }
  fg[PRELIGHT]         = { 0.89, 0.89, 0.84 }
  fg[ACTIVE]           = { 0.75, 0.75, 0.68 }
  fg[SELECTED]         = { 0.89, 0.89, 0.84 }
  fg[INSENSITIVE]      = { 0.48, 0.48, 0.44 }
  bg[NORMAL]           = { 0.25, 0.25, 0.25 }
  bg[PRELIGHT]         = { 0.38, 0.38, 0.38 }
  bg[ACTIVE]           = { 0.05, 0.05, 0.05 }
  bg[SELECTED]         = { 0.30, 0.30, 0.25 }
  bg[INSENSITIVE]      = { 0.20, 0.20, 0.20 }
  base[NORMAL]         = { 0.40, 0.41, 0.37 }
  base[PRELIGHT]       = { 0.12, 0.12, 0.08 }
  base[ACTIVE]         = { 0.35, 0.35, 0.30 }
  base[SELECTED]       = { 0.40, 0.40, 0.30 }
  base[INSENSITIVE]    = { 0.12, 0.12, 0.08 }
	engine "xeno" {
		thin               = true
		scrollbar_dimple   = true
		stepper_ends       = false
		stepper_arrows     = false
		scrollbar_width    = 12
		shine              = 1.1
		shade              = 0.7
		scrollbar_flush    = false
		handle_knob        = holes
		paned_knob         = holes
		scrollbar_knob     = holes
		menu_item_shadow   = in
		popup_arrows       = true
		thickness          = 1
		label[NORMAL]      = none
	}	
}

style "shade" {
	engine "xeno" {
		gradient           = diagonal interlaced 1.5
		shade              = 0.1
		shine              = 0.1
		white              = 1.5
	}
}

class  "*" style "dark"
widget "*" style "dark"
class "GtkButton"   style "shade"
