style "xeno_thin_default" {
    bg[ACTIVE]		= "#bbbbbb"		# inactive tab, current task in task list
    fg[ACTIVE]		= "#000000"
    bg[NORMAL]		= "#d8d4d4"		# normal face color
    fg[NORMAL]		= "#000000"
    bg[INSENSITIVE]	= "#b6b6b6"
    fg[INSENSITIVE]	= "#555555"
    bg[PRELIGHT]	= "#dddddd"
    fg[PRELIGHT]	= "#000000"
    bg[SELECTED]	= "#6a77c7"		# listbox selected line
    fg[SELECTED]	= "#ffffff"
    base[NORMAL]	= "#eeeeee"		# entry or listbox background
    base[ACTIVE]	= "#dddddd"
    base[SELECTED]	= "#6a77c7"		# selected text
    base[INSENSITIVE]	= "#e4e4e0" # entry or listbox background when disabled
    base[PRELIGHT]	= "#e0e0e0"

    engine "xeno" {
	thickness		= 1
	scrollbar_knob		= none
	scrollbar_width		= 14
	stepper_ends		= false
	stepper_arrows		= false
	paned_knob		= lines
	handle_knob = lines
	popup_arrows = true 
	shine			= 1.5
	shade			= 0.5
	flat_windows = true
    }
}

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

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

style "xeno_thin_button" {
    bg[NORMAL]		= "#d8d8d8"
    bg[ACTIVE]		= "#dddddd" # when mouse down
    bg[PRELIGHT]	= "#dddddd" # when mouse over
    bg[INSENSITIVE]	= "#d0d0d0" # when diabled
    base[NORMAL]	= "#d8d4d4" # checkbox or radio
    base[ACTIVE]	= "#eeeeee" # 3-state-button when selected
    base[PRELIGHT]	= "#dddddd" # 3-state-button or checkbox or radio when selected and mouse over
    engine "xeno" {
    bg_style[NORMAL] = gradient vertical 1.4 0.4
    bg_style[PRELIGHT] = gradient vertical 1.4 0.4
    bg_style[INSENSITIVE] = gradient vertical 1.4 0.4
    button_default = thin in
    }
}

style "xeno_thin_menuitem" {
    bg[PRELIGHT]	= "#bbbbbb" # when mouse over
    engine "xeno" {
	thickness = 2				# border
	menu_style = thin in		# inner
    }
}

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

style "xeno_thin_range" = "xeno_thin_button" {
    engine "xeno" {
    bg_style[NORMAL] = gradient vertical 1.4 0.4
    bg_style[PRELIGHT] = gradient vertical 1.4 0.4
    bg_style[INSENSITIVE] = gradient vertical 1.4 0.4
    }

    bg[ACTIVE]		= "#bbbbbb"		#scroll bar background
}

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

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"
