style "xeno_default" {
    font = "-misc-infernal-medium-r-normal--12-120-75-75-p-56-iso8859-1"

    bg[ACTIVE]		= "#909090"
    fg[ACTIVE]		= "#000000"
    bg[NORMAL]		= "#a3a2a0"
    fg[NORMAL]		= "#000000"
    bg[INSENSITIVE]	= "#a3a2a0"
    fg[INSENSITIVE]	= "#555555"
    bg[PRELIGHT]	= "#a3a2a0"
    fg[PRELIGHT]	= "#000000"
    bg[SELECTED]	= "#554080"
    fg[SELECTED]	= "#ffffff"
    base[NORMAL]	= "#dddddd"
    base[ACTIVE]	= "#dddddd"
    base[SELECTED]	= "#554080"
    base[INSENSITIVE]	= "#b0b0b0"
    base[PRELIGHT]	= "#dddddd"

    engine "xeno" {
	thin			= true
	scrollbar_dimple	= false
	stepper_ends		= true
	stepper_arrows		= true
	scrollbar_width		= 12
	shine			= 1.5
	shade			= 0.5
    }
}

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

style "xeno_tooltips" {
    bg[NORMAL]		= "#ffeeaa"
    fg[NORMAL]		= "#000000"
}

style "xeno_button" {
    bg[NORMAL]		= "#bdbcbb"
    bg[PRELIGHT]	= "#bdbcbb"
    bg[INSENSITIVE]	= "#adadad"
    base[NORMAL]	= "#bdbcbb"
    base[ACTIVE]	= "#bdbcbb"
    base[PRELIGHT]	= "#bdbcbb"
}

style "xeno_menu" {
    bg[PRELIGHT]	= "#bdbcbb"
}

style "xeno_range" = "xeno_button" {
    bg[ACTIVE]		= "#808080"
}

style "xeno_infobar" {
    bg[NORMAL]		= "#afaead"
}

style "xeno_frame" {
    engine "xeno" {
	thin = false
    }
}

class "GtkWidget"		style "xeno_default"
class "GtkList"			style "xeno_list"
class "GtkTree"			style "xeno_list"
class "GtkCList"		style "xeno_list"
class "GtkCTree"		style "xeno_list"
class "GtkButton"		style "xeno_button"
class "GtkSpinButton"		style "xeno_button"
class "GtkRange"		style "xeno_range"
class "GtkProgress"		style "xeno_infobar"
class "GtkStatusbar"		style "xeno_infobar"
class "GtkMenuItem"		style "xeno_menu"
class "GtkMenu"			style "xeno_menu"
class "GtkFrame"		style "xeno_frame"
widget "gtk-tooltips*"		style "xeno_tooltips"
