# Xfce Crash theme
# By Azuma Hazuki
# (azumahazuki at gee-mail dot calm)
# 3 Sept. 2010
# Released under GNU GPLv3

style "default"
{
    GtkButton::default_border                    = {2, 2, 2, 2}
    GtkButton::default_outside_border            = {2, 2, 2, 2}
    GtkButton::child_displacement_x              = 0
    GtkButton::child_displacement_y              = 1
    GtkButton::default_spacing			 = 2
    GtkButton::shadow_type			 = out
    GtkRange::slider_width                       = 14
    GtkRange::stepper_size                       = 14
    GtkRange::trough-border                      = 1
    GtkScale::trough-border                      = 1
    GtkScrollbar::has_backward_stepper           = 1
    GtkScrollbar::min_slider_length              = 20
    GtkMenuItem::selected_shadow_type		 = out
    GtkMenu::horizontal-padding 		 = 1
    GtkMenu::vertical-padding 			 = 1
    
    xthickness             = 1
    ythickness             = 1


    text[ACTIVE]      = "#ffffff"
    text[INSENSITIVE] = "#a0a0a0"
    text[NORMAL]      = "#ffffff"
    text[PRELIGHT]    = "#ffffff"
    text[SELECTED]    = "#ffffff"

    fg[ACTIVE]        = "#ffffff"
    fg[INSENSITIVE]   = "#ffffff"
    fg[NORMAL]        = "#ffffff"
    fg[PRELIGHT]      = "#ffffff"
    fg[SELECTED]      = "#ffffff"

    bg[ACTIVE]        = "#0c0c0c"
    bg[INSENSITIVE]   = "#0c0c0c"
    bg[NORMAL]        = "#0c0c0c"
    bg[PRELIGHT]      = "#0c0c0c"
    bg[SELECTED]      = "#0c0c0c"

    base[ACTIVE]      = "#1a1a1a"
    base[INSENSITIVE] = "#000000"
    base[NORMAL]      = "#000000"
    base[PRELIGHT]    = "#1a1a1a"
    base[SELECTED]    = "#1a1a1a"

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

style "button" = "default"
{

	bg[NORMAL]	= "#101010"
	bg[ACTIVE]	= "#101010"
	bg[PRELIGHT]	= "#161616"
	bg[SELECTED]	= "#161616"

	xthickness = 3
	ythickness = 3

	engine "xfce"
	{
	smooth_edge = true
	boxfill
		{
		fill_style = gradient
		orientation = vertical
		shade_start = 0.60
		shade_end = 1.40
		}
	}
}

widget_class "*Button" style "button"
class "*Button" style "button"
widget_class "*button" style "button"
class "*button" style "button"
widget_class "*MenuItem" style "button"
class "*MenuItem" style "button"


style "toolbar" = "default"
{
 engine "xfce"
        {
        smooth_edge = true
        boxfill
                {
                fill_style = gradient
                orientation = vertical
                shade_start = 1.30
                shade_end = 0.70
                }
        }
}

widget_class "*BonoboDockItem"     style "toolbar"
class "*BonoboDockItem"            style "toolbar"
widget_class "*HandleBox"          style "toolbar"
class "*HandleBox"                 style "toolbar"
widget_class "*ToolBar"            style "toolbar"
class "*ToolBar"                   style "toolbar"
widget_class "*MenuBar"            style "toolbar"
class "*MenuBar"                   style "toolbar"

style "scrollbar" = "default"
{
	xthickness = 2
	ythickness = 2

	bg[PRELIGHT]	= "#161616"
	bg[SELECTED]	= "#161616"

engine "xfce"
        {
        smooth_edge = true
        boxfill
                {
                fill_style = gradient
		orientation = automatic
		shade_start = 1.20
		shade_end = 1.80
                }
        }
}

widget_class "*Scrollbar" style "scrollbar"
class "*Scrollbar" style "scrollbar"
widget_class "*GtkScale" style "scrollbar"
class "*GtkScale" style "scrollbar"

widget_class "*GtkProgress*"       style "scrollbar"
class "*GtkProgress*"              style "scrollbar"

widget_class "*GtkHScale*"         style "scrollbar"
class "*GtkHScale*"                style "scrollbar"
widget_class "*GtkVScale*"         style "scrollbar"
class "*GtkVScale*"                style "scrollbar"

style "notebook" = "default"
{
	engine "xfce"
	{
	smooth_edge = true
	boxfill
		{
		fill_style = gradient
		orientation = automatic
		shade_start = 0.80
		shade_end = 1.20
		}
	}
}

widget_class "*.GtkNotebook"       style "button"
class "*.GtkNotebook"              style "button"

