style "xfce-default"
{
    GtkButton::default_border         = {0, 0, 0, 0}
    GtkButton::default_outside_border = {0, 0, 0, 0}
    GtkButton::default_spacing        = 10
    GtkCheckButton::indicator_size    = 15
    GtkMenuItem::selected_shadow_type = out
    GtkPaned::handle_full_size        = 1
    GtkPaned::handle_size             = 8
    GtkRadioButton::indicator_size    = 15
    GtkRange::slider_width            = 15
    GtkRange::stepper_size            = 15
    GtkRange::stepper_spacing         = 0
    GtkRange::trough_border           = 1
    GtkScrollbar::min_slider_length   = 20
    GtkSpinButton::shadow_type        = out
    GtkWidget::internal_padding       = 0
    GtkWidget::focus_padding          = 2
    GtkWidget::focus-line-width       = 1
    GtkWidget::interior_focus         = 5
    GtkMenuBar::shadow_type           = none
    GtkToolbar::shadow_type           = none

    xthickness = 2
    ythickness = 2
  
    fg[NORMAL]              = "#eeeeee"	#standard_text
    fg[ACTIVE]              = "#aaaaaa"	#mouseover_text
    fg[INSENSITIVE]         = "#525252"	#inactive_text_top_of_menu
    fg[PRELIGHT]            = "#dddddd"	#selected_text
    fg[SELECTED]            = "#eeeeee"	#focused_text

    bg[ACTIVE]              = "#717171"	#scrollbartrough_and_depressed buttons
    bg[NORMAL]              = "#747474"	#main_bg
    bg[INSENSITIVE]         = "#737373"	#inactive_buttons
    bg[PRELIGHT]            = "#434c6c"	#menu_select
    bg[SELECTED]            = "#434c6c"	#focused_titlebar

    base[NORMAL]            = "#eeeeee"	#list_base
    base[ACTIVE]            = "#767676"	#selected_in_unfocused_window
    base[INSENSITIVE]       = "#747474"	#inactive_buttons
    base[PRELIGHT]          = "#434c6c"
    base[SELECTED]          = "#434c6c"	#selected_in_list_base

    text[NORMAL]            = "#0f0f0f"
    text[ACTIVE]            = "#dfdfdf"	#icon_text_at_top
    text[PRELIGHT]          = "#0f0f0f"
    text[SELECTED]          = "#f0f0f0"
    text[INSENSITIVE]       = "#aaaaaa"
 
    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
	    orientation = auto
            shade_start = 1.0
            shade_end = 0.95
        }
    }
}  
widget_class "*"                   style "xfce-default"

style "xfce-colored" = "xfce-default"
{
    xthickness = 3
    ythickness = 3

    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = auto
            shade_start = 1.0
            shade_end = 1.1
        }
    }
}

widget_class "*List*"              style "xfce-colored"
class "*List*"                     style "xfce-colored"
widget_class "*Text*"              style "xfce-colored"
class "*Text*"                     style "xfce-colored"
widget_class "*Entry*"             style "xfce-colored"
class "*Entry*"                    style "xfce-colored"

style "xfce-menubar" = "xfce-colored"
{
    xthickness = 1
    ythickness = 2

    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
	    orientation = vertical
	    shade_start = 1.10
	    shade_end = 0.95
        }
    }
}

widget_class "*BonoboDockItem*"    style "xfce-menubar"
class "*BonoboDockItem*"           style "xfce-menubar"
widget_class "*HandleBox*"         style "xfce-menubar"
class "*HandleBox*"                style "xfce-menubar"
widget_class "*Tool*"              style "xfce-menubar"
class "*Tool*"                     style "xfce-menubar"
widget_class "*MenuBar*"           style "xfce-menubar"
class "*MenuBar*"                  style "xfce-menubar"

style "xfce-menuitem" = "xfce-colored"
{
    xthickness = 2
    ythickness = 2

    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = auto
            shade_start = 1.05
            shade_end = 1.0
        }
    }
}

widget_class "*MenuItem*"          style "xfce-menuitem"
class "*MenuItem*"                 style "xfce-menuitem"

style "xfce-scrollbar" = "xfce-default"
{
    xthickness = 2
    ythickness = 2
    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = auto
            shade_start = 1.0
            shade_end = 0.90
        }
    }
}
widget_class "*Scrollbar*"         style "xfce-scrollbar"
class "*Scrollbar*"                style "xfce-scrollbar"

style "xfce-button" = "xfce-colored"
{
    xthickness = 3
    ythickness = 3

    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.0
            shade_end = 0.95
        }
    }
}
widget_class "*Button*"            style "xfce-button" 
class "*Button*"                   style "xfce-button" 
widget_class "*button*"            style "xfce-button" 
class "*button*"                   style "xfce-button" 
widget_class "*OptionMenu*"        style "xfce-button" 
class "*OptionMenu*"               style "xfce-button" 
widget_class "*Tree*"              style "xfce-button" 
class "*Tree*"                     style "xfce-button" 
widget_class "*Scale*"             style "xfce-button" 
class "*Scale*"                    style "xfce-button" 

style "xfce-progress" = "xfce-colored"
{
    xthickness = 1
    ythickness = 1

    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 0.80
            shade_end = 1.20
        }
    }
}
widget_class "*Progress*"          style "xfce-progress" 
class "*Progress*"                 style "xfce-progress" 

widget_class "*CheckButton*"       style "xfce-default"
class "*CheckButton*"              style "xfce-default"
widget_class "*RadioButton*"       style "xfce-default"
class "*RadioButton*"              style "xfce-default"
