# Lila - modified Glider GTK+ theme
# Original theme (c) 2004 Link Dupont <link@subpop.net>

include "iconrc"

style "default"
{
	GtkWidget::interior_focus = 0
	GtkWidget::focus-line-pattern = ""
	GtkWidget::focus_padding = 0

	GtkButton::default_spacing = 8
	GtkButton::default_border = {0,0,0,0}
	GtkButton::default_outside_border = {0,0,0,0}
	
	GtkCheckButton::indicator_size = 14
	GtkRadioButton::indicator_size = 12
	
	GtkPaned::handle_size = 6

	GtkRange::trough_border = 2
	GtkRange::slider_width = 15
	GtkRange::stepper_size = 15
	GtkRange::stepper_spacing = 0

	ExoIconBar::active-item-border-color = "#9E91AA"
	ExoIconBar::active-item-fill-color = "#BAB5AB"
	ExoIconBar::active-item-text-color = "#FFFFFF"

	ExoIconBar::cursor-item-border-color = "#887B94"
	ExoIconBar::cursor-item-fill-color = "#9E91AA"
	ExoIconBar::cursor-item-text-color = "#00000"

	fg[ACTIVE] = "#000000" # Black
	fg[SELECTED] = "#FFFFFF" # White
	fg[NORMAL] = "#000000" # Black
	fg[PRELIGHT] = "#FFFFFF" # White
	fg[INSENSITIVE] = "#565248" # 3D Shadow

	bg[ACTIVE] = "#BAB5AB" # Basic 3D Medium
	bg[SELECTED] = "#9E91AA" # Purple
	bg[NORMAL] = "#EAE8E3" # Basic 3D Hilight
	bg[PRELIGHT] = "#887B94" # Dark Purple
	bg[INSENSITIVE] = "#EAE8E3" # Basic 3D Hilight

	base[ACTIVE] = "#807D74" # Basic 3D Dark
	base[SELECTED] = "#9E91AA" # Purple
	base[NORMAL] = "#FFFFFF" # White
	base[PRELIGHT] = "#FFFFFF" # White
	base[INSENSITIVE] = "#FFFFFF" # White

	text[ACTIVE] = "#000000" # Black
	text[SELECTED] = "#FFFFFF" # White
	text[NORMAL] = "#000000" # Black
	text[PRELIGHT] = "#000000" # Black
	text[INSENSITIVE] = "#565248" # 3D Shadow

	engine "smooth"
	{
		tab_style = square

		fill
		{
			style = gradient
			hdirection = vertical
			vdirection = horizontal
			color1[SELECTED] = "#D9CCE6"
			color2[SELECTED] = "#887B94"
			color1[NORMAL] = "#F2F0EB"
			color2[NORMAL] = "#EAE8E3"
			color1[PRELIGHT] = "#D9CCE6"
			color2[PRELIGHT] = "#887B94"
			color1[INSENSITIVE] = "#F2F0EB"
			color2[INSENSITIVE] = "#EAE8E3"
	   	}

		edge
		{
		    line
		    {
		        style = smooth
		        thickness = 1
		    }
		}

		trough
		{
			fill
			{
				style = solid
			}
			line
			{
				style = smooth
			}
		}

		focus
		{
			foreground[ACTIVE] = "#EAE8E3"
			foreground[SELECTED] = "#EAE8E3"
			foreground[NORMAL] = "#EAE8E3"
			foreground[PRELIGHT] = "#EAE8E3"
		}

		grip
		{
			style = dots_in
			count = 3
			spacing = 2
		}

		check
		{
			style = clean
			motif = FALSE
			fill
			{
				style = solid
			}
		}

		option
		{
			style = circle
			motif = FALSE
		}

		arrow
		{
			style = cleanice
			solid = TRUE
			xpadding = 0
			ypadding = 0
		}
	}
}
widget_class "*" style "default"

style "menuitem"
{
	engine "smooth"
	{
		fill
		{
			style = gradient
			hdirection = vertical
			vdirection = horizontal
			color1[SELECTED] = "#D9CCE6"
			color2[SELECTED] = "#887B94"
			color1[NORMAL] = "#F2F0EB"
			color2[NORMAL] = "#EAE8E3"
			color1[PRELIGHT] = "#D9CCE6"
			color2[PRELIGHT] = "#887B94"
			color1[INSENSITIVE] = "#F2F0EB"
			color2[INSENSITIVE] = "#EAE8E3"
		}

		edge
		{
			line
			{
				style = smooth
				thickness = 1
			}
		}

		line
		{
			style = smooth
			thickness = 1
		}
		
		check
		{
		    style = cleanice
		    motif = FALSE
		    edge
		    {
		        line
		        {
		            style = smooth
		        }
		    }
		    xpadding = 1
		    ypadding = 1
		}
		
		option
		{
		    style = circle
		    motif = FALSE
		    edge
		    {
		        line
		        {
		            style = smooth
		        }
		    }
		}

		arrow
		{
			style = cleanice
			solid = TRUE
			xpadding = 0
			ypadding = 0
		}
	}
}
class "*MenuItem*" style "menuitem"
widget_class "*MenuItem*" style "menuitem"

style "toolbar"
{
	bg[PRELIGHT] = "#9E91AA"
	base[PRELIGHT] = "#9E91AA"

	engine "smooth"
	{
	    fill
	    {
	        style = solid
	    }
		edge
		{
			line
			{
				style = smooth
				thickness = 1
			}
		}
	}
}
widget_class "*BonoboDockItem" style "toolbar"
class "*BonoboDockItem" style "toolbar"
widget_class "*HandleBox" style "toolbar"
class "*HandleBox" style "toolbar"
widget_class "*Toolbar" style "toolbar"
class "*Toolbar" style "toolbar"
widget_class "*MenuBar" style "toolbar"
class "*MenuBar" style "toolbar"

style "hscrollbar" 
{
	engine "smooth" {
		fill
		{
			style = gradient
			hdirection = vertical
			vdirection = horizontal
			color1[SELECTED] = "#D9CCE6"
			color2[SELECTED] = "#887B94"
			color1[NORMAL] = "#F2F0EB"
			color2[NORMAL] = "#EAE8E3"
			color1[PRELIGHT] = "#D9CCE6"
			color2[PRELIGHT] = "#887B94"
			color1[INSENSITIVE] = "#F2F0EB"
			color2[INSENSITIVE] = "#EAE8E3"
		}
	
		line
		{
			style = smooth
			thickness = 1
		}
	
		trough
		{
			fill
			{
				style = solid
			}
		}
	
		grip
		{
			style = dots_in
			count = 3
			spacing = 2
		}
	
		arrow
		{
			style = cleanice
			solid = TRUE
			xpadding = 1
			ypadding = 1
		}
	}
}
widget_class "*HScrollbar*" style "hscrollbar"
class "*HScrollbar*" style "hscrollbar"
widget_class "*HScale*" style "hscrollbar"
class "*HScale*" style "hscrollbar"

style "progressbar"
{
    bg[PRELIGHT] = "#9E91AA"
}
widget_class "*ProgressBar*" style "progressbar"

style "vscrollbar" 
{
	engine "smooth" {
		fill
		{
			style = gradient
			hdirection = vertical
			vdirection = horizontal
			color1[SELECTED] = "#D9CCE6"
			color2[SELECTED] = "#887B94"
			color1[NORMAL] = "#F2F0EB"
			color2[NORMAL] = "#EAE8E3"
			color1[PRELIGHT] = "#D9CCE6"
			color2[PRELIGHT] = "#887B94"
			color1[INSENSITIVE] = "#F2F0EB"
			color2[INSENSITIVE] = "#EAE8E3"
		}
	
		line
		{
			style = smooth
			thickness = 1
		}
	
		trough
		{
			fill
			{
				style = solid
			}
		}
	
		grip
		{
			style = dots_in
			count = 3
			spacing = 2
		}
	
		arrow {
			style = cleanice
			solid = TRUE
			xpadding = 1
			ypadding = 1
		}
	}
}
widget_class "*VScrollbar*" style "vscrollbar"
class "*VScrollbar*" style "vscrollbar"
widget_class "*VScale*" style "vscrollbar"
class "*VScale*" style "vscrollbar"

style "tooltip"
{
	bg[NORMAL] = "#D9CCE6" # Light Purple
	fg[NORMAL] = "#000000"

	engine "smooth"
	{
		fill
		{
			style 	= solid
		}
		edge 
		{
			line
			{
				style = smooth
			}
		}
	}
}
widget "gtk-tooltips" style "tooltip"

style "textentry"
{
    bg[INSENSITIVE] = "#DEDCD7" # Varient of Basic 3D Highlight
    base[INSENSITIVE] = "#DEDCD7" # Varient of Basic 3D Highlight
}
widget_class "*GtkEntry" style "textentry"
