# Thanks Stric!

style "default"
{
	font = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-iso8859-1"

	bg[NORMAL] 		= "#a4a4a4"
	bg[SELECTED] 		= "#879ea0"
	bg[INSENSITIVE] 	= "#a4a4a4"
	bg[ACTIVE] 		= "#8a8a8a"
	bg[PRELIGHT] 		= "#bababa"
	fg[NORMAL] 		= "#222222"
	fg[SELECTED] 		= "#111111"
	fg[ACTIVE] 		= "#222222"
	fg[PRELIGHT] 		= "#111111"
	text[INSENSITIVE] 	= "#a4a4a4"
	base[NORMAL]    	= "#cccccc"
	base[ACTIVE]    	= "#cccccc"
	base[PRELIGHT]  	= "#a4a4a4"
	base[INSENSITIVE]	= "#a4a4a4"
	base[SELECTED]		= "#879ea0"

	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 		= FALSE
     	}
}

style "infobar" {
	bg[PRELIGHT]	= "#879ea0"
   	bg[NORMAL]    	= "#949494"
}

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






