style "default"
{
    GtkWidget::interior_focus         = 1
    GtkButton::default_border         = {0, 0, 0, 0}
    GtkButton::default_outside_border = {0, 0, 0, 0}
    GtkButton::default_spacing        = 8
    GtkRange::slider_width            = 15
    GtkRange::stepper_size            = 15
    GtkCheckButton::indicator_size    = 15
    GtkPaned::handle_full_size        = 1
    GtkRange::trough_border           = 1
    GtkScrollbar::min_slider_length   = 20
    GtkMenuBar::shadow_type           = none
    GtkToolbar::shadow_type           = none

    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = plain
        }
    }
}
widget_class "*"                style "default"

style "thin" = "default"
{
    xthickness = 1
    ythickness = 1
}

widget_class "*Progress*"       style "thin" 
class "*Progress*"              style "thin" 

style "button" = "default"
{
    xthickness = 2
    ythickness = 2
    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = nothern_diagonal
            shade_start = 1.1
            shade_end = 0.95
        }
    }
}
widget_class "*Button*"            style "button"
class "*Button*"                   style "button"

style "scrollbar" = "default"
{
    xthickness = 1
    ythickness = 1
    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = auto
            shade_start = 1.1
            shade_end = 0.95
        }
    }
}
widget_class "*Scrollbar*"         style "scrollbar"
class "*Scrollbar*"                style "scrollbar"
widget_class "*Scale*"             style "scrollbar"
class "*Scale*"                    style "scrollbar"

