style "xeno_default"
{
  font = "-microsoft-verdana-medium-r-normal--15-110-100-100-p-76-iso8859-15"

  bg[ACTIVE]		= "#858685"  
  fg[ACTIVE]		= "#3a5fcd"
  bg[NORMAL]		= "#aeaaae"
  fg[NORMAL]		= "#000000"
  bg[INSENSITIVE]	= "#9e9a9e"
  fg[INSENSITIVE]	= "#858685"
  bg[PRELIGHT]		= "#dadade"  
  fg[PRELIGHT]		= "#000000"
  bg[SELECTED]		= "#3a5fcd"  
  fg[SELECTED]		= "#fffafa"
  base[NORMAL]		= "#dcdcdc"
  base[ACTIVE]		= "#dddddd"
  base[SELECTED]	= "#3a5fcd"
  base[INSENSITIVE]	= "#b0b0b0"
  base[PRELIGHT]	= "#3a5fcd"   

  engine "xeno" {
        scrollbar_knob          = dimple
        handle_knob             = holes
        scrollbar_width         = 16
        stepper_ends            = false
        stepper_arrows          = false
        shine                   = 1.5
        shade                   = 0.587
    }

}

style "xeno_clist"
{
  base[ACTIVE] = "#fffafe"
}

style "xeno_tooltips"
{
  bg[NORMAL] = "#fffafa"
  fg[NORMAL] = "#3a5fcd"
}

style "xeno_button"
{
  bg[NORMAL] = "#aeaaae"
  bg[PRELIGHT] = "#bebabe"
  bg[INSENSITIVE] = "#9e9a9e"
  engine "xeno" {
	shade		= 0.6666667
    }
}

style "xeno_range"
{
  bg[NORMAL] = "#aeaaae"
  bg[PRELIGHT] = "#bebabe"
  bg[ACTIVE] = "#7e7a7e"
}

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


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

# Common default
class "GtkWidget"		style "xeno_default"
class "GtkWindow"		style "xeno_default"
class "GtkDialog"		style "xeno_default"
class "GtkFileSelection"	style "xeno_default"
class "GtkFontSelection"	style "xeno_default"
class "GtkCList"		style "xeno_clist"
class "GtkCTree"		style "xeno_clist"
class "GtkButton"		style "xeno_button"
class "*Range"			style "xeno_range"
class "*Slider"			style "xeno_range"
class "GtkProgressBar"		style "xeno_infobar"
class "GtkStatusBar"		style "xeno_infobar"
class "GtkMenuItem"		style "xeno_menu"

widget "gtk-tooltips*"		style "xeno_tooltips"







