# This is the general and main setting for industrial-myst 
# We place only tweaks that affect general widgets here
gtk-icon-sizes = "gtk-large-toolbar=24,24:panel-menu=20,20:gtk-menu=14,14"
style "industrial-main"
{
	# Determines whether focus around widgets are internal or external
	
	GtkWidget::interior_focus = 0

	# Affects the size of widgets and focus line

    GtkWidget::focus-line-width =1

	# Determines focus line pattern

	GtkWidget::focus-line-pattern = "\1\1"
		        
	# Width, in pixels, between focus indicator and the widget 'box'

	GtkWidget::focus-padding = 0
	    
	# Color with which to draw insertion cursor

	GtkWidget::cursor-color = "#7b96ac"

	# Color with which to draw the secondary insertion cursor when
	# editing mixed right-to-left and left-to-right text

	GtkWidget::secondary-cursor-color = "#7b96ac"

	# Aspect ratio with which to draw insertion cursor

	GtkWidget::cursor-aspect-ratio = 0.2

	# A semi-transparent hi-light for files selected in Nautilus

	NautilusIconContainer::highlight_alpha  = 160

	# This sets the color used for the text under the icons in nautilus
	# when they are not highlighted.

	NautilusIconContainer::dark_info_color  = "#000000"

	# This is the color of the text under an icon in Nautilus when
	# it is highlighted.

	NautilusIconContainer::light_info_color = "#ffffff"

	# General horizontal and vertical thickness of widgets

	xthickness = 2
	ythickness = 2

	# Widget background and foreground colors in several states

	bg[NORMAL]      = "#ffffff"
	bg[PRELIGHT]    = "#e5e5e5"
	bg[ACTIVE]      = "#e5e5e5"
	bg[INSENSITIVE] = "#efefef"
	bg[SELECTED]    = "#4a5e7d"


	base[SELECTED]  = "#7b96ac"
	base[NORMAL]    = "#D9E2E8"
	base[ACTIVE]    = "#bfbfbf"

	text[SELECTED]  = "#ffffff"
	text[ACTIVE]    = "#000000"

	engine "industrial" {}

}
class "GtkWidget" style "industrial-main"
