# Theme Name  : Smooth-Velvet
# Author      : ajgenius (ajgenius@ajgenius.us) & sub_pop_culture ala Link Dupont (link@subpop.net)
# Description :
#
# A Smooth theme with redish tones, based on the Smooth Winter theme

style "default" { 
    fg[ACTIVE]        = "#000000"
    fg[INSENSITIVE]   = "#747474"
    fg[NORMAL]        = "#000000"
    fg[PRELIGHT]      = "#ede9e9"
    fg[SELECTED]      = "#ede9e9"

    bg[ACTIVE]        = "#cdc9c9"
    bg[INSENSITIVE]   = "#c0bbbb"
    bg[NORMAL]        = "#d0cbcb"
    bg[PRELIGHT]      = "#a63127"
    bg[SELECTED]      = "#a63127"

    base[ACTIVE]      = "#960000"
    base[INSENSITIVE] = "#dbdbe5"
    base[NORMAL]      = "#ede9e9"
    base[PRELIGHT]    = "#a63127"
    base[SELECTED]    = "#a63127"

    text[ACTIVE]      = "#ede9e9"
    text[INSENSITIVE] = "#747474"
    text[NORMAL]      = "#000000"
    text[PRELIGHT]    = "#000000"
    text[SELECTED]    = "#ede9e9"  
 
    engine "smooth" {
        GtkCheckButton::indicator_size    = 13
        GtkRadioButton::indicator_size    = 12

        GtkRange::trough_border           = 0
        GtkRange::slider_width            = 15
        GtkRange::stepper_size            = 15
        GtkRange::stepper_spacing         = 0

        fill {
	    style=shaded
	    hdirection=vertical
	    vdirection=vertical
	    shade1=1.09
	    shade2=0.9
	}

        line {
	    style=smooth
	    thickness=1
	}

        grip {
	    style=dots_in
	    count=3
	    spacing=2
	    fill {
	        style=solid
	    }
	}

        check {
	    style=clean
	    motif=true
	    fill {
	        style=shaded
		hdirection=fdiagonal
		vdirection=fdiagonal
		shade1=1.09
		shade2=0.9
	    }
	}
	
	option {
	    style=round
	    motif=true
	    fill {
	        style=shaded
		hdirection=fdiagonal
		vdirection=fdiagonal
		shade1=1.09
		shade2=0.9
	    }
	}
	
	arrow {
           style=cleanice
	   solid=TRUE
        }

	tab_style=square
    }
} widget_class "*" style "default"

style "toolbar" {
    engine "smooth" {
        line {
	    style=smooth
	    thickness=2
	}
	
	fill {
	    style=solid
	}
	
	grip {
	    style=dots_in
	    count=3
	    spacing=2
	    toolbar_overlap=true
	}
    }
}
widget_class "*BonoboDockItem*" style "toolbar"
class "*BonoboDockItem*" style "toolbar"

widget_class "*HandleBox*" style "toolbar"
class "*HandleBox*" style "toolbar"

widget_class "*Tool*" style "toolbar"
class "*Tool*" style "toolbar"

widget_class "*MenuBar*" style "toolbar"
class "*MenuBar*" style "toolbar"

style "menuitem" {
    text[PRELIGHT]	= "#ede9e9" # Radio/Check items use text[state]
    				    # for the check colour
    text[NORMAL]	= "#000000"
    
    engine "smooth" {
        fill {
	    style=shaded
	    hdirection=vertical
	    vdirection=vertical
	    shade1=1.09
	    shade2=0.9
	}
	
	line {
	    style=thin
	    thickness=1
	}
	
	edge {
	    line {
	        style=smooth
		thickness=1
	    }
	}
	
	check {
	    style=clean
	    line {
	        style=flat
		thickness=1
	    }
	    fill {
	        style=solid
	    }
	}
	
	option {
	    style=round
	    line {
	        style=none
		thickness=0
	    }
	    fill {
	        style=solid
	    }
	}
	
	arrow {
           style=cleanice
	   solid=TRUE
        }
    }
}
widget_class "*MenuItem*" style "menuitem"
class "*MenuItem*" style "menuitem"

style "radio_check" {
    text[PRELIGHT]	= "#ede9e9" # Radio/Check items use text[state]
    				    # for the check colour
    text[ACTIVE]	= "#8c1006"
    text[NORMAL]	= "#000000"
    text[SELECTED]	= "#8c6001"
}
widget_class "*RadioButton*" style "radio_check"
widget_class "*CheckButton*" style "radio_check"

style "scrollbar" {
    bg[ACTIVE]        = "#ede9e9"
    engine "smooth" {
        fill {
	    style=shaded
	    hdirection=vertical
	    vdirection=horizontal
	    shade1=1.09
	    shade2=0.9
	}
	
	line {
	    style=smooth
	    thickness=2
	}
	
	trough {
    	    line {
 	        style=none
   	        thickness=1
   	    }
	    fill {
	        style=solid
	    }
            xpadding = 0
            ypadding = 0
	}
	
	grip {
	    style=dots_in
	    count=3
	    spacing=2
	}
	
	arrow {
           style=cleanice
	   solid=true
        }
    }
}
widget_class "*Scrollbar*" style "scrollbar"
class "*Scrollbar*" style "scrollbar"

style "hscales"  {
    bg[SELECTED]		= "#8c1006" #scroll bar background
    
    engine "smooth" {	
        line {
	    style=smooth
	    thickness=2
	}
	
	fill {
	    style=shaded
	    hdirection=vertical
	    vdirection=horizontal
	    shade1=1.09
	    shade2=0.9
	}
	
	trough {
	    xpadding=7
	    ypadding=1
	    show_value=TRUE
	}
	
	grip {
	    style=dots_in
	    count=1
	    spacing=2
	}
	
	real_sliders=FALSE
    }
}
widget_class "*HScale*" style "hscales"
class "*HScale*" style "hscales"

style "vscales"  {
    bg[SELECTED]		= "#8c1006" #scroll bar background

    engine "smooth" {
        line {
	    style=smooth
	    thickness=2
	}
	
	fill {
	    style=shaded
	    hdirection=vertical
	    vdirection=horizontal
	    shade1=1.09
	    shade2=0.9
	}
	
	trough {
	    xpadding=1
	    ypadding=7
	    show_value=TRUE
	}
	
	grip {
	    style=dots_in
	    count=1
	    spacing=2
	}
	
	real_sliders=FALSE
    }
}
widget_class "*VScale*" style "vscales"
class "*VScale*" style "vscales"

style "infobar" {
    engine "smooth" {
        line {
	    style=smooth
	    thickness=2
	}
	
	fill {
	    style=shaded
	    hdirection=vertical
	    vdirection=horizontal
	    shade1=1.195
	    shade2=0.73
	}
	
	trough {
	    fill {
	        style=solid
	    }
	}
    }
}
class "*Progress*" style "infobar"
widget_class "*Progress*" style "infobar"
