# Thanks Helix Code!
# Thanks Stric!
# Thanks Skijk!
# Thanks author of Smoke-full!

style "default"
{
	font = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-iso8859-1"
	bg_pixmap[NORMAL] 	= "thinskismoke-normal.xpm"
	bg_pixmap[INSENSITIVE] 	= "thinskismoke-normal.xpm"
	bg_pixmap[ACTIVE] 	= "thinskismoke-active.xpm"
	bg_pixmap[PRELIGHT] 	= "thinskismoke-prelight.xpm"

	bg[NORMAL] 		= "#a4a4a4"
	bg[SELECTED] 		= "#685977"
	bg[INSENSITIVE] 	= "#a4a4a4"
	bg[ACTIVE] 		= "#8a8a8a"
	bg[PRELIGHT] 		= "#bababa"
	fg[NORMAL] 		= "#000000"
	fg[SELECTED] 		= "#ffffff"
	fg[ACTIVE] 		= "#000000"
	fg[PRELIGHT] 		= "#000000"
	text[INSENSITIVE] 	= "#a4a4a4"
	base[NORMAL]    	= "#a4a4a4"
	base[ACTIVE]    	= "#a4a4a4"
	base[PRELIGHT]  	= "#FF0000"
	base[INSENSITIVE]	= "#a4a4a4"
	base[SELECTED]		= "#685977"

	engine "thinice"
	{
		# You want the // on the handleboxes?
		handlebox_marks 	= TRUE
		# Do you want the // marks on the scrollbar handle?
		scrollbar_marks 	= TRUE
		# A single / on the scrollbar buttons, perhaps?
		scroll_button_marks 	= TRUE
		# Do you want the scrollbar handles rectangular?
		rect_scrollbar 		= TRUE
     	}
}

style "infobar" {
	bg[PRELIGHT]	= "#685977"
   	bg[NORMAL]    	= "#a4a4a4"
}

class "GtkProgress"		style "infobar"
class "GtkStatusbar"		style "infobar"
class "GtkWidget" style "default"






