style "xeno_default" {
    font		= "-b&h-lucida-bold-r-normal-*-12-*-*-*-p-*-iso8859-1"
    bg[ACTIVE]		= "#909090"
    fg[ACTIVE]		= "#000000"
    base[ACTIVE]	= "#dddddd"

    bg[NORMAL]		= "#a3a2a0"
    fg[NORMAL]		= "#000000"
    base[NORMAL]	= "#dddddd"

    bg[INSENSITIVE]	= "#a3a2a0"
    fg[INSENSITIVE]	= "#555555"
    base[INSENSITIVE]	= "#b0b0b0"

    bg[PRELIGHT]	= "#b0b0b0"
    fg[PRELIGHT]	= "#000000"
    base[PRELIGHT]	= "#b0b0b0"

    bg[SELECTED]	= "#006699"
    fg[SELECTED]	= "#ffffff"
    base[SELECTED]	= "#006699"

    engine "xeno" {
	# Scrollbar
	scrollbar_knob	= lines
	scrollbar_width	= 15
	stepper_arrows	= false
	stepper_ends	= true
	stepper_box	= true

	# Pane resize-bar
	paned_knob	= dimple

	# Handle box
	handle_knob	= none

	# Shadow
	# Each of these is either 'in', 'thin in', 'out', or 'thin out'.
	button_default	= thin in
	menu_style	= thin out

	# Miscellaneous
	popup_arrows	= false
	thin		= false
	shine		= 1.5
	shade		= 0.587
    }
}

style "xeno_tooltips" {
    bg[NORMAL]		= "#dddddd"
}

style "xeno_checkbutton" {
    bg[NORMAL]		= "#dddddd"
    bg[PRELIGHT]	= "#dddddd"
    base[PRELIGHT]	= "#dddddd"
    fg[PRELIGHT]	= "#000000"
}

style "xeno_menu_item" {
    bg[PRELIGHT]	= "#006699"
    fg[PRELIGHT]	= "#ffffff"
}

style "gnome-desktop-icon" {
    fg[NORMAL] = "#ffffff"
    bg[NORMAL] = "#000000"
    fg[SELECTED] = "#ffffff"
    bg[SELECTED] = "#006699"
}

class "GtkWidget"			style "xeno_default"
class "GtkCheckButton"			style "xeno_checkbutton"
class "GtkMenuItem"			style "xeno_menu_item"
widget "gtk-tooltips*"			style "xeno_tooltips"
widget_class "*DesktopIcon*"		style "gnome-desktop-icon"

# It was tricky getting all these menu items. There may still be more.
widget_class "*GtkMenuItem*"		style "xeno_menu_item"
widget_class "*GtkCheckMenuItem*"	style "xeno_menu_item"
widget_class "*GtkRadioMenuItem*"	style "xeno_menu_item"
widget_class "*GtkTearoffMenuItem*"	style "xeno_menu_item"
widget_class "*GtkPixmapMenuItem*"	style "xeno_menu_item"
