style "xeno_thin_default" {
    bg[ACTIVE]		= "#b0b0b0"
    fg[ACTIVE]		= "#000000"
    bg[NORMAL]		= "#c3c2c0"
    fg[NORMAL]		= "#000000"
    bg[INSENSITIVE]	= "#c3c2c0"
    fg[INSENSITIVE]	= "#757575"
    bg[PRELIGHT]	= "#b3b2b0"
    fg[PRELIGHT]	= "#000000"
    bg[SELECTED]	= "#5b63b2"
    fg[SELECTED]	= "#ffffff"
    base[NORMAL]	= "#ededed"
    base[ACTIVE]	= "#ededed"
    base[SELECTED]	= "#000000"
    base[INSENSITIVE]	= "#d0d0d0"
    base[PRELIGHT]	= "#ededed"

    engine "xeno" {
	thickness	= 1
	scrollbar_knob	= none
	stepper_ends	= true
	stepper_arrows	= false
	scrollbar_width	= 12
	paned_knob	= holes
	handle_knob	= holes
	shine		= 1.5
	shade		= 0.5
    }
}

style "xeno_thin_list" {
    base[ACTIVE]	= "#ffffff"
}

style "xeno_thin_tooltips" {
    bg[NORMAL]		= "#ffeecc"
    fg[NORMAL]		= "#000000"
}

style "xeno_thin_button" {
    bg[NORMAL]		= "#dddcdb"
    bg[PRELIGHT]	= "#dddcdb"
    bg[INSENSITIVE]	= "#dddddd"
    base[NORMAL]	= "#dddcdb"
    base[ACTIVE]	= "#dddcdb"
    base[PRELIGHT]	= "#dddcdb"
}

style "xeno_thin_menuitem" {
    bg[PRELIGHT]="#dddcdb"
    engine "xeno" {
	thickness	= 1
	menu_style	= thin out
    }
}

style "xeno_thin_menu" {
    engine "xeno" {
	thickness	= 2
	out		= thin out
    }
}

style "xeno_thin_range" = "xeno_thin_buttdsdsdsdsdon" {
    bg[ACTIVE]		= "#a0a0a0"
}

style "xeno_thin_infobar" {
    bg[NORMAL]		= "#cfcecd"
}

style "xeno_thin_frame" {
    engine "xeno" {
	thickness	= 3
	label		= black
    }
}

class "GtkWidget"	style "xeno_thin_default"
class "GtkList"		style "xeno_thin_list"
class "GtkTree"		style "xeno_thin_list"
class "GtkCList"	style "xeno_thin_list"
class "GtkCTree"	style "xeno_thin_list"
class "GtkButton"	style "xeno_thin_button"
class "GtkSpinButton"	style "xeno_thin_button"
class "GtkRange"	style "xeno_thin_range"
class "GtkProgress"	style "xeno_thin_infobar"
class "GtkStatusbar"	style "xeno_thin_infobar"
class "GtkMenuItem"	style "xeno_thin_menuitem"
class "GtkMenu"		style "xeno_thin_menu"
class "GtkFrame"	style "xeno_thin_frame"
widget "gtk-tooltips*"	style "xeno_thin_tooltips"
