# gtkrc for 'Xeno_Areknames'  by Alessandro "Psyk[o]" Costantino <shaihulud@supereva.it>
style "xeno_thin_default" {
    bg[ACTIVE]		= "#c3c5c7"
    fg[ACTIVE]		= "#000000"
    bg[NORMAL]		= "#d7d9dc"
    fg[NORMAL]		= "#000000"
    bg[INSENSITIVE]	= "#d7d9dc"
    fg[INSENSITIVE]	= "#757575"
    bg[PRELIGHT]	= "#d9dee6"
    fg[PRELIGHT]	= "#000000"
    bg[SELECTED]	= "#78869b"
    fg[SELECTED]	= "#ffffff"
    base[NORMAL]	= "#ededed"
    base[ACTIVE]	= "#ededed"
    base[SELECTED]	= "#6b778a"
    base[INSENSITIVE]	= "#c8cacc"
    base[PRELIGHT]	= "#ededed"

    engine "xeno" {
	thickness	= 1
	scrollbar_knob	= lines
	stepper_ends	= true
	stepper_arrows	= false
	scrollbar_width	= 12
	paned_knob	= holes
	handle_knob	= lines 
	shine		= 5
	shade		= 0.6
    }
}

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

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

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

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

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

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

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

style "xeno_thin_frame" {
    engine "xeno" {
	thickness	= 2
	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"
