# Theme Name  : Glider
# Author(s)   : Link Dupont <link@subpop.net>
# Description : A very basic, conservative theme, using the Smooth engine and
#               HIG colors.
#               This is Glider, the gnome-themes version of SmoothGNOME..

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

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

	bg[ACTIVE] = "#BAB5AB" # Basic 3D Medium
	bg[SELECTED] = "#7590AE" # Blue Medium
	bg[NORMAL] = "#EAE8E3" # Basic 3D Hilight
	bg[PRELIGHT] = "#F2F0EB" # Variant of Basic 3D Hilight
	bg[INSENSITIVE] = "#EAE8E3" # Basic 3D Hilight

	base[ACTIVE] = "#BAB5AB" # Basic 3D Medium
	base[SELECTED] = "#7590AE" # Blue Medium
	base[NORMAL] = "#FFFFFF" # White
	base[PRELIGHT] = "#FFFFFF" # White
	base[INSENSITIVE] = "#DEDCD7" # Variant of Basic 3D Highlight

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

	engine "glide" {}
}
widget_class "*" style "default"

style "menuitem"
{
	bg[PRELIGHT] = "#7590AE"
	fg[PRELIGHT] = "#FFFFFF"
	base[PRELIGHT] = "#7590AE"
	text[PRELIGHT] = "#FFFFFF"
}
class "*MenuItem*" style "menuitem"
widget_class "*MenuItem*" style "menuitem"

style "scale"
{
GtkRange::trough_border = 0
    GtkRange::slider-width = 22
    GtkScale::slider-length = 10
}
widget_class "*VScale*"         style "scale"
class "*VScale*"                style "scale"
widget_class "*HScale*"         style "scale"
class "*HScale*"                style "scale"

style "toolbar"
{
	bg[PRELIGHT] = "#7590AE"
	base[PRELIGHT] = "#7590AE"
}
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 "progressbar"
{
	bg[PRELIGHT] = "#7590AE"
	fg[PRELIGHT] = "#FFFFFF" # White
	xthickness = 1
	ythickness = 1
}
widget_class "*ProgressBar*" style "progressbar"

style "tooltip"
{
    bg[NORMAL] = "#FFF1BE" # Variant of Accent Yellow
	fg[NORMAL] = "#000000"
}
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"

style "treeview"
{
    GtkWidget::focus_padding = 1
}
widget_class "*TreeView*" style "treeview"

style "ephybug"
{
    GtkWidget::interior_focus = 1
}
widget "*Ephy*Location*" style "ephybug"
