# Settings for menu, menuitems and menubar widgets 

# This sets the size of icons in menus.

gtk-icon-sizes = "panel-menu=20,20:gtk-menu=14,14"

style "industrial-menubar" 
{

	# The default vertical and horizontal thickness of menus
	
	xthickness = 7
	ythickness = 1

	# The shadow around menu items when they are selected
	
	GtkMenuItem::selected_shadow_type = GTK_SHADOW_IN

	# The background color of menus when a mouse pointer is over them
		
	bg[PRELIGHT]		= "#555555"
	
	# The background color of menu items when they are selected
	
	bg[SELECTED]		= "#555555"
	
	# The default background color of menus
	
	bg[NORMAL]			= "#ccb58b"
	
	# The background color of menus on windows that are not focused or active
	
	bg[ACTIVE]			= "#deaf35"
	
	# The bacground color of menus that disactivated
	
	bg[INSENSITIVE]		= "#ccb58b"
	
	# The default background of text and entry widgets
	
	base[NORMAL]		= "#F5E7C3"
	
	# The background of selected text and entry widgets
	
	base[SELECTED]		= "#F5E7C3"
	
	# The background of text and entry widgets in unfocused windows
	
	base[ACTIVE]		= "#F5E7C3"
	
	# The background of text and entry widgets that aren't activated
	
	base[INSENSITIVE]	= "#F5E7C3"
	
	# The background of text and entry widgets when the mouse is over it
	
	base[PRELIGHT]		= "#F5E7C3"

	# Color of selected text
	
	text[SELECTED]		= "#ffffff"
	
	# Color of text in unfocused windows
	
	text[ACTIVE]		= "#555555"
	
	# Color of normal text
	
	text[NORMAL]		= "#555555"
	
	# Color of text when mouse is over them
	
	text[PRELIGHT]		= "#ffffff"
	
	# Color of text that is disactivated
	
	text[INSENSITIVE]   = "#deaf35"
	
	# Default color of text on widgets
	
	fg[NORMAL]			= "#555555"
	
	# Color of text on widgets when selected
	
	fg[SELECTED]		= "#ffffff"
	
	# Color of text on widgets when mouse is over them
	
	fg[PRELIGHT]		= "#ffffff"
	
	# Color of text on widgets in unfocused windows
	
	fg[ACTIVE]			= "#ffffff"
	
	# Color of text on widgets that are disactivated
		
	fg[INSENSITIVE]		= "#deaf35"
}
class "GtkMenuBar" style "industrial-menubar"
