# Style that control how treelists are displayed

style "industrial-tree" = "industrial-main"
{

	GtkTreeView::even_row_color = "#7b96ac"
	
	# Size of the expander arrow

	GtkTreeView::expander_size = 12
		    
	# Vertical space between cells. Must be an even number
	
	GtkTreeView::vertical_separator = 2

	# Horizontal space between cells. Must be an even number
	
	GtkTreeView::horizontal_separator = 2

	# Allow drawing of alternating color rows
	
	#GtkTreeView::allow_rules = TRUE

	# Make the expanders indented
	
	#GtkTreeView::indent_expanders = TRUE

	# Whether to draw the focus indicator inside widgets     
	
 
  	xthickness = 2
	ythickness = 2
}
class "GtkTreeView" style "industrial-tree"
