#Enlight-Gray by Pakos 
#ja@pakos.biz
#http://pakos.biz
#http://gtk.pakos.biz

gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-button=16,16:gtk-large-toolbar=16,16:gtk-small-toolbar=16,16"
include "panel.rc"
gtk-button-images = 0 
style "murrine-default"
{
	GtkButton      ::child-displacement-x = 0
	GtkButton      ::child-displacement-y = 0
	GtkButton      ::default-border       = { 0, 0, 0, 0 }
	GtkCheckButton ::indicator-size       = 14

	GtkPaned       ::handle-size          = 6

	GtkRange::trough-border		= 3 
	GtkRange::slider-width		= 12 
	GtkRange::stepper-size		= 12 

	GtkScale       ::slider-length        = 15
	GtkScale       ::trough-side-details  = 0
	GtkScrollbar   ::min-slider-length    = 30

	GtkMenuBar     ::internal-padding     = 0
	GtkExpander    ::expander-size        = 16
	GtkToolbar     ::internal-padding     = 0
	GtkTreeView    ::expander-size        = 14
	GtkTreeView    ::vertical-separator   = 0

	GtkMenu        ::horizontal-padding   = 0
	GtkMenu        ::vertical-padding     = 0

	GtkToolbar     	:: shadow-type		= GTK_SHADOW_NONE
        GtkMenuBar     	:: shadow-type          = GTK_SHADOW_NONE
	GtkStatusbar   	::shadow_type 		= GTK_SHADOW_NONE
	GtkFrame	::shadow_type 		= GTK_SHADOW_NONE 

	
	WnckTasklist   ::fade-overlay-rect    = 0

	GtkButton::focus-padding	= 0

	xthickness = 1
	ythickness = 1


	fg[NORMAL]        = "#2E3436"
	fg[PRELIGHT]      = "#2E3436"
	fg[SELECTED]      = "#2E3436"
	fg[ACTIVE]        = "#2E3436"
	fg[INSENSITIVE]   = "#888A85"

	bg[NORMAL]        = "#D3D7CF"
	bg[PRELIGHT]      = "#D3D7CF"
	bg[SELECTED]	  = "#444444"
	bg[INSENSITIVE]   = "#D3D7CF"
	bg[ACTIVE]        = "#D3D7CF"

	base[NORMAL]      = "#EEEEEC"
	base[PRELIGHT]    = "#EEEEEC"
	base[ACTIVE]      = "#444444"
	base[SELECTED]    = "#444444"
	base[INSENSITIVE] = "#D3D7CF"

	text[NORMAL]      = "#2E3436"
	text[PRELIGHT]    = "#2E3436"
	text[ACTIVE]      = "#EEEEEC"
	text[SELECTED]    = "#EEEEEC"
	text[INSENSITIVE] = "#888A85"

	engine "murrine" 
	{
		animation           = TRUE
		colorize_scrollbar  = TRUE
		contrast            = 1.0   
		glazestyle          = 0     
		gradient_shades     = {1.1,1.05,1.0,1.0}
		gradients           = FALSE 
		highlight_shade     = 1.0
		lightborder_shade   = 1.05   
		lightborderstyle    = 0     
		listviewheaderstyle = 0     
		listviewstyle       = 1     
		menubaritemstyle    = 1     
		menubarstyle        = 0   
		menuitemstyle       = 0     
		menustyle           = 0     
		reliefstyle	    = 0     
		rgba		    = FALSE 
		roundness           = 0     
		scrollbarstyle      = 3     
		sliderstyle         = 0     
		stepperstyle        = 1     
		toolbarstyle	    = 0     
	}
}

style "murrine-wide"
{
	xthickness = 2
	ythickness = 2
}

style "murrine-wider"
{
	xthickness = 3
	ythickness = 3
}

style "murrine-button" = "murrine-wider"
{
	bg[NORMAL]   = "#D3D7CF"  
	bg[PRELIGHT] = "#EEEEEC"  
	bg[ACTIVE]   = "#BABDB6" 
}

style "murrine-entry" = "murrine-wider"
{
}
style "murrine-notebook"
{
	xthickness = 2
	ythickness = 2

	bg[NORMAL] = "#EEEEEC"  
	bg[ACTIVE] = "#D3D7CF" 
}

style "murrine-tasklist" = "murrine-wide"
{
}

style "murrine-menu" = "murrine-wider"
{
#	xthickness = 0
#	ythickness = 0

	bg[NORMAL]        = "#444444"
	fg[NORMAL]	  = "#e8e8e8"


	text[NORMAL]   = "#e8e8e8"
	text[PRELIGHT] = "#e8e8e8"
	base[NORMAL]	= "#444444"

}

style "murrine-menu-item" = "murrine-wider"
{
	xthickness = 2
	ythickness = 3

	fg[PRELIGHT] = "#e8e8e8"
	bg[SELECTED] = "#545454"
}

style "murrine-separator-menu-item"
{
	xthickness = 1
	ythickness = 2
  engine "pixmap"
  {
    image
    {
      function	  = HLINE
      recolorable         = TRUE
      file	  = "Menu-Menubar/menu-line.png"
      border	  = { 1, 1, 1, 1 }
      stretch	  = TRUE
    }
}
}

style "murrine-treeview"
{
}

style "murrine-treeview-header" = "murrine-default"
{
	bg[NORMAL]   = "#D3D7CF"  
	bg[PRELIGHT]   = "#D3D7CF"  
	bg[ACTIVE]   = "#D3D7CF"
}

style "murrine-frame-title"
{
	fg[NORMAL] = "#2E3436"
}

style "murrine-tooltips" = "murrine-wider"
{
	bg[NORMAL] = "#444444"
	fg[NORMAL] = "#e8e8e8"
}

style "murrine-progressbar"
{
	xthickness = 2
	ythickness = 2

	fg[PRELIGHT] = "#EEEEEC" 
  	bg[NORMAL]   = "#D3D7CF"
	bg[SELECTED] = "#444444"
}

style "murrine-statusbar"
{
}

style "murrine-comboboxentry"
{
}

style "murrine-spinbutton"
{
}

style "murrine-scale" = "murrine-button"
{
	GtkRange       ::slider-width         = 15
}

style "murrine-hscale"
{
}

style "murrine-vscale"
{
}

style "murrine-scrollbar"
{
	bg[NORMAL] = "#D3D7CF"
}

style "murrine-hscrollbar"
{
}

style "murrine-vscrollbar"
{
}

style "murrine-menubar"
{
	bg[NORMAL] = "#444444"
	bg[PRELIGHT] = "#444444"
	fg[NORMAL]= "#fff"
	fg[PRELIGHT]= "#fff"
}

style "murrine-nautilus-location"
{
}

style "murrine-radiocheck" = "murrine-default"
{
	#bg[NORMAL]        = "#c13bb0"	
	#bg[PRELIGHT]      = "#c13bb0"             
	bg[SELECTED]      = "#EEEEEC"  
}


class "GtkRadio*"                        	style "murrine-radiocheck"
class "GtkCheck*"                           	style "murrine-radiocheck"
class "GtkWidget"    				style "murrine-default"
class "GtkToolbar"   				style "murrine-default" 
class "GtkRange"     				style "murrine-wide"
class "GtkFrame"     				style "murrine-wide"
class "GtkSeparator" 				style "murrine-wide"
class "GtkEntry"     				style "murrine-entry"
class "GtkSpinButton"  				style "murrine-spinbutton"
class "GtkScale"       				style "murrine-scale"
class "GtkVScale"      				style "murrine-vscale"
class "GtkHScale"      				style "murrine-hscale"
class "GtkScrollbar"   				style "murrine-scrollbar"
class "GtkVScrollbar"  				style "murrine-vscrollbar"
class "GtkHScrollbar"  				style "murrine-hscrollbar"
widget_class "*<GtkNotebook>*<GtkEventBox>"     style "murrine-notebook"
widget_class "*<GtkNotebook>*<GtkDrawingArea>"  style "murrine-notebook"
widget_class "*<GtkNotebook>*<GtkLayout>"       style "murrine-notebook"
widget_class "*<GtkNotebook>*<GtkLabel>"  style "murrine-notebook"
widget_class "*<GtkButton>"      		style "murrine-button"
widget_class "*<GtkNotebook>"    		style "murrine-notebook"
widget_class "*<GtkStatusbar>*"  		style "murrine-statusbar"
widget_class "*<GtkComboBoxEntry>*"		style "murrine-comboboxentry"
widget_class "*<GtkCombo>*"         		style "murrine-comboboxentry"
widget_class "*<GtkMenuBar>*"           	style "murrine-menubar"
widget_class "*<GtkMenu>*"              	style "murrine-menu"
widget_class "*<GtkMenuItem>*"          	style "murrine-menu-item"
widget_class "*<GtkSeparatorMenuItem>*" 	style "murrine-separator-menu-item"
widget_class "*.<GtkFrame>.<GtkLabel>" 		style "murrine-frame-title"
widget_class "*.<GtkTreeView>*"        		style "murrine-treeview"
widget_class "*<GtkProgressBar>"       		style "murrine-progressbar"
widget_class "*.<GtkTreeView>.<GtkButton>" 	style "murrine-treeview-header"
widget_class "*.<GtkCTree>.<GtkButton>"    	style "murrine-treeview-header"
widget_class "*.<GtkList>.<GtkButton>"     	style "murrine-treeview-header"
widget_class "*.<GtkCList>.<GtkButton>"    	style "murrine-treeview-header"
widget_class "*.ETable.ECanvas"    		style "murrine-treeview-header"
widget_class "*.ETree.ECanvas"    		style "murrine-treeview-header"
widget "gtk-tooltip*" 				style "murrine-tooltips"
widget "*.nautilus-extra-view-widget" 		style : highest "murrine-nautilus-location"
style "murrine-combobox-text-color-workaround"
{
	text[NORMAL]      = "#2E3436"
	text[PRELIGHT]    = "#2E3436"
	text[SELECTED]    = "#444444"
	text[ACTIVE]      = "#2E3436"
	text[INSENSITIVE] = "#888A85"
}
widget_class "*.<GtkComboBox>.<GtkCellView>"	style "murrine-combobox-text-color-workaround"

style "murrine-menuitem-text-is-fg-color-workaround"
{
	text[NORMAL]        = "#e8e8e8"
	text[PRELIGHT]      = "#e8e8e8"
	text[SELECTED]      = "#e8e8e8"
	text[ACTIVE]        = "#e8e8e8"
	text[INSENSITIVE]   = "#888A85"
}

widget "*.gtk-combobox-popup-menu.*"   			style "murrine-menuitem-text-is-fg-color-workaround"

style "murrine-fg-is-text-color-workaround"
{
	fg[NORMAL]      = "#2E3436"
	fg[PRELIGHT]    = "#2E3436"
	fg[ACTIVE]      = "#EEEEEC"
	fg[SELECTED]    = "#EEEEEC"
	fg[INSENSITIVE] = "#888A85"
}

widget_class "*<GtkListItem>*" 				style "murrine-fg-is-text-color-workaround"
widget_class "*<GtkCList>" 				style "murrine-fg-is-text-color-workaround"

style "inactivetext2"
{

engine "mist"
 	{
	}
}

widget_class "*.<GtkMenuItem>.*" style "inactivetext2"
