style "default"
{
    GtkButton::default_border         = {0, 0, 0, 0}
    GtkButton::default_outside_border = {0, 0, 0, 0}
    GtkButton::default_spacing        = 11
    GtkButton::focus-padding          = 0
    GtkCheckButton::indicator_size    = 15
    GtkRadioButton::indicator_size    = 15
    GtkMenuBar::shadow_type           = out
    GtkMenuItem::selected_shadow_type = none
    GtkPaned::handle_full_size        = 1
    GtkRadioButton::indicator_size    = 11
    GtkRange::slider_width            = 11
    GtkRange::stepper_size            = 13
    GtkRange::stepper_spacing         = 0
    GtkRange::trough_border           = 0
    GtkScrollbar::min_slider_length   = 20
    GtkScrollbar::has_backward_stepper = 1
    GtkScrollbar::has_secondary_backward_stepper = 1
    GtkStatusbar::shadow_type         = in
    GtkToolbar::shadow_type           = out
    GtkWidget::focus-line-pattern     = "\0"
    GtkWidget::focus-line-width       = 1
    GtkWidget::interior_focus         = 1
    GtkWidget::internal-padding       = 0
    
    xthickness = 1
    ythickness = 1

    base[ACTIVE]      = "#fef4d6"
    base[INSENSITIVE] = "#fdfdfd"
    base[NORMAL]      = "#fdfdfd"
    base[PRELIGHT]    = "#ffdd76"
    base[SELECTED]    = "#ffdd76"

    bg[ACTIVE]        = "#E4E0D5"
    bg[INSENSITIVE]   = "#E4E0D5"
    bg[NORMAL]        = "#eeeee6"
    bg[PRELIGHT]      = "#ffdd76"
    bg[SELECTED]      = "#ffdd76"

    fg[ACTIVE]        = "#1f1f1f"
    fg[INSENSITIVE]   = "#BFBCB2"
    fg[NORMAL]        = "#1f1f1f"
    fg[PRELIGHT]      = "#1f1f1f"
    fg[SELECTED]      = "#1f1f1f"

    text[ACTIVE]      = "#1f1f1f"
    text[INSENSITIVE] = "#e9e9e9"
    text[NORMAL]      = "#1f1f1f"
    text[PRELIGHT]    = "#1f1f1f"
    text[SELECTED]    = "#1f1f1f"

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

style "menustyle" = "default"
{
    xthickness = 1
    ythickness = 2
    engine "xfce" 
    {
        smooth_edge = true
        grip_style = none
        boxfill
        {
            fill_style = plain
        }
    }
}
widget_class "*BonoboDockItem"     style "menustyle"
class "*BonoboDockItem"            style "menustyle"
widget_class "*HandleBox"          style "menustyle"
class "*HandleBox"                 style "menustyle"
widget_class "*ToolBar"            style "menustyle"
class "*ToolBar"                   style "menustyle"
widget_class "*MenuBar"            style "menustyle"
class "*MenuBar"                   style "menustyle"

style "buttonstyle" = "default"
{
    xthickness = 1
    ythickness = 1
    engine "xfce" 
    {
        smooth_edge = true
        grip_style = none
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.1
            shade_end = 0.9
        }
    }
}
widget_class "*Button*"            style "buttonstyle"
class "*Button*"                   style "buttonstyle"

style "sbstyle" = "default"
{
    xthickness = 1
    ythickness = 1
    engine "xfce" 
    {
        smooth_edge = true
        grip_style = none
        boxfill
        {
            fill_style = gradient
            orientation = auto
            shade_start = 1.1
            shade_end = 0.9
        }
    }
}
widget_class "*Scrollbar*"         style "sbstyle"
class "*Scrollbar*"                style "sbstyle"
widget_class "*GtkScale*"          style "sbstyle"
class "*GtkScale*"                 style "sbstyle"
widget_class "*GtkProgress*"       style "sbstyle" 
class "*GtkProgress*"              style "sbstyle" 


# This is for ROX-Filer
# 
style "rox" = "default"
{
  bg[NORMAL] = "#ffffff"
  bg[ACTIVE] = "#ffffff"
}
widget_class "*Collection"         style "rox"


# This is for the window borders (xfwm4 & metacity)
# 
style "titlebar"
{
    bg[SELECTED]      = "#3E91EB"
    fg[SELECTED]      = "#ffffff"
    bg[INSENSITIVE]   = "#8F9FB4"
    fg[INSENSITIVE]   = "#ffffff"
}
widget "xfwm"                      style "titlebar"
class "MetaFrames"                 style "titlebar"
widget_class "MetaFrames"          style "titlebar"





style "xfdesktop-icon-view" {
    XfdesktopIconView::label-alpha = 0
    XfdesktopIconView::selected-label-alpha = 100
    XfdesktopIconView::ellipsize-icon-labels = 1
    XfdesktopIconView::tooltip-size = 128

    XfdesktopIconView::shadow-x-offset = 1
    XfdesktopIconView::shadow-y-offset = 1
    XfdesktopIconView::shadow-color = "#000000"
    XfdesktopIconView::selected-shadow-x-offset = 2
    XfdesktopIconView::selected-shadow-y-offset = 2
    XfdesktopIconView::selected-shadow-color = "#000000"
    XfdesktopIconView::shadow-blur-radius = 2

    XfdesktopIconView::cell-spacing = 2
    XfdesktopIconView::cell-padding = 6
    XfdesktopIconView::cell-text-width-proportion = 1.9

    base[NORMAL] = "#0066cc"
    base[SELECTED] = "#5050ff"
    base[ACTIVE] = "#0000ff"

    fg[NORMAL] = "#ffffff"
    fg[SELECTED] = "#ffffff"
    fg[ACTIVE] = "#ffffff"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"





style "panel"
{
  bg[NORMAL] = "#3E91EB"
  bg[ACTIVE] = "#3E91EB"
  bg[PRELIGHT] = "#ffdd76"
  fg[NORMAL] = "#ffffff"
  fg[ACTIVE] = "#fff"
  fg[PRELIGHT] = "#000"
  }

widget_class "*Panel*"      style "panel"
widget "*Panel*"            style "panel"
class "*Panel*"             style "panel"





style "kolors"
{
	bg[NORMAL] = "#3E91EB"
	bg[ACTIVE] = "#3E91EB"
	bg[PRELIGHT] = "#ffdd76"
	fg[NORMAL] = "#ffffff"
	fg[ACTIVE] = "#fff"
	fg[PRELIGHT] = "#000"
}
widget "whiskermenu-window*" style "kolors"