# 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 "butter-main"
{
	# Determines whether focus around widgets are internal or external
	
	GtkWidget::interior_focus = 1
	
	# 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]      = "#cccccc"
	bg[PRELIGHT]    = "#7b96ac"
    bg[ACTIVE]      = "#ddddd0"
    bg[INSENSITIVE] = "#cccccc"
    bg[SELECTED]    = "#7b96ac"
    
    base[SELECTED]  = "#7b96ac"
    base[NORMAL]    = "#e9e9e9" 
    base[ACTIVE]    = "#ddddd0"
    base[PRELIGHT]	= "#e9e9e9"
	base[INSENSITIVE] = "#e9e9e9" 
	
  	text[SELECTED]  = "#ffffff"
  	text[ACTIVE]    = "#000000"
  	text[NORMAL]	= "#000000"
  	text[PRELIGHT]  = "#ffffff"
  	text[INSENSITIVE] = "#000000"
  	
  	fg[NORMAL]		= "#000000"
  	fg[ACTIVE]		= "#000000"
  	fg[PRELIGHT]	= "#ffffff"
  	fg[SELECTED]	= "#7b96ac"
  	
	engine "lighthouseblue" 
	{
		has_notebook_patch = FALSE
	    make_tab_labels_bold = TRUE
	    make_frame_labels_bold = TRUE
	}
}
class "GtkWidget" style "butter-main"
