#######################################################################
# Nautilus
#######################################################################

style "Nautilus"
{
#	Transparent Icon Text Background
	NautilusIconContainer::frame_text	= 0
# the following is, as of now, not available in nautilus. I submitted a patch.
#	NautilusIconContainer::normal_alpha	= 128
	
#	Translucent Selected Icon Background
	NautilusIconContainer::highlight_alpha = 128

#	For Nautilus 'Icon Captions' e.g. text under folders displaying number of items inside as set in naut. pref's black to match window text
	NautilusIconContainer::dark_info_color = "#0057a0"
	
#	white while selected/Desk
	NautilusIconContainer::light_info_color = "white"
}

style "nautilus-sidebar-frame"
{

	engine "experience"
	{
		group "shadow_nautilussidebar" = "shadow_out"
		{
				program					= "nautilus"
				shadow					= ETCHED_IN
		}
	}
}


###

style "nautilusbutton"
{


	xthickness							= 0
	ythickness							= 0
	GtkButton::child_displacement_y		= 0
	
	engine "experience" 
	{
		
		group "nautilusbutton_focuskiller" = "focuskiller"
		
		group "nautilusbutton"
		{
			function					= BOX
		}
	
	}
}


style "nautilusspatial-statusbar-button" {
	ythickness = 6
}
