style "default"
{
    GtkWidget::interior_focus         = 1
    GtkButton::default_border         = {0, 0, 0, 0}
    GtkButton::default_outside_border = {0, 0, 0, 0}
    GtkButton::default_spacing        = 2
    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

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

style "xfce-basic-buttonstyle" = "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 "xfce-basic-buttonstyle"
class "*Button*"                   style "xfce-basic-buttonstyle"

style "xfce-basic-sbstyle" = "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 "xfce-basic-sbstyle"
class "*Scrollbar*"                style "xfce-basic-sbstyle"
widget_class "*Scale*"             style "xfce-basic-sbstyle"
class "*Scale*"                    style "xfce-basic-sbstyle"

