# Style that controls panes

style "industrial-paned" = "industrial-woody"
{
	xthickness = 7
	ythickness = 7

	# Width of handle

	GtkPaned::handle_size = 7

	# Default color of bacground pane

	bg[NORMAL] = "#ccb58b"

	# Color of bacground pane when mouse is over them
	
	bg[PRELIGHT] = "#deaf35"
	
	# Color of background pane when inactive
	
	bg[ACTIVE] = "#ccb58b"

}
class "GtkPaned" style "industrial-paned"
class "GtkVPaned" style "industrial-paned"
class "GtkHPaned" style "industrial-paned"
