# The theme was designed with easiness of recoloring in mind.
# Simply replace all "#7C878F" with your favorite darkish color,
# you'll get an equally usable new theme.

style "default"
{
	GtkRange::slider_width = 13
	GtkRange::stepper_size = 13
	GtkScrollbar::min_slider_length = 50
	GtkCheckButton::indicator_size = 12
	GtkButton::default_border = { 0, 0, 0, 0 }

	fg[NORMAL]		= "#000000"
	fg[ACTIVE]		= "#000000"
	fg[PRELIGHT]		= "#FFFFFF"
	fg[SELECTED]		= "#FFFFFF"
	fg[INSENSITIVE]		= "#747474"
	bg[NORMAL]		= "#EBEBEB"
	bg[ACTIVE]		= "#C9C9C9"
	bg[PRELIGHT]		= "#7C878F"
	bg[SELECTED]		= "#7C878F"
	bg[INSENSITIVE]		= "#C9C9C9"
	base[NORMAL]		= "#FFFFFF"
	base[ACTIVE]		= "#C9C9C9"
	base[PRELIGHT]		= "#7C878F"
	base[SELECTED]		= "#7C878F"
	base[INSENSITIVE]	= "#C9C9C9"
	text[NORMAL]		= "#000000"
	text[ACTIVE]		= "#000000"
	text[PRELIGHT]		= "#FFFFFF"
	text[SELECTED]   	= "#FFFFFF"
	text[INSENSITIVE]	= "#747474"

	engine "thinice"
	{
		# Do you want the scrollbar handles rectangular or a bit shaped?
		rect_scrollbar = FALSE

		# The following variables are semi-generic, can be applied to
		# different widget classes etc..

		# Mark type 1 is used on scrollbar handles, handleboxes etc
		# Can be: NOTHING, SLASH, INVSLASH, DOT, INVDOT
		mark_type1 = SLASH

		# Mark type 2 is used on scrollbar buttons
		# Can be: NOTHING, SLASH, INVSLASH, DOT, INVDOT, ARROW
		mark_type2 = ARROW

		# How to draw paned stuff
		# Can be: NONE, SOME (currently 5), FULL
		paned_dots = SOME
	}
}

style "togglebutton" = "default"
{
	engine "mist"
	{
	}
}

style "scrollbar" = "default"
{
	bg[ACTIVE] = "#D5D5D5"
}

class "GtkWidget" style "default"
class "GtkCheckButton" style "togglebutton"
class "GtkRadioButton" style "togglebutton"
class "GtkMenuItem" style "togglebutton"
class "GtkRange" style "scrollbar"
