# Setting for how tabs and elements within them are displayed

style "industrial-notebook" = "industrial-menu"
{
	xthickness = 4
	ythickness = 1

	# Color of background widgets when mouse is over them	
			
	bg[PRELIGHT] = "#deaf35"
	
	# Color of background widgets when they are selected
    
    bg[SELECTED] = "#555555"
    
    # Default color of background text and entry widgets 
    
    base[NORMAL] = "#f5e7c3"
}
class "GtkNotebook" style "industrial-notebook"
