# This theme is based on the "Mist" theme engine and features
# the same color scheme as the CoolGorilla theme.

style "default"
{
        
  	fg[PRELIGHT]  = "#ffffff"
	fg[SELECTED]  = "#ffffff"  
	fg[ACTIVE]		= "#000000"
	fg[NORMAL]		= "#000000"
	fg[INSENSITIVE]	= "#999989"
	
	bg[NORMAL]      = "#d1d2d3"
	bg[PRELIGHT]	   = "#62affc"
	bg[ACTIVE]	   = "#afb0b5"
	bg[INSENSITIVE] = "#889396"
	bg[SELECTED]    = "#a4a4a5"
	
	base[SELECTED]  = "#a0a1a5"
	base[ACTIVE]		= "#9f9f9f"
	base[NORMAL]		= "#ffffff"
	base[INSENSITIVE]	= "#ddddcf"
	base[PRELIGHT]	= "#f0f0f0"
	
	text[SELECTED]  = "#ffffff"
	text[ACTIVE]		= "#000000"
	text[INSENSITIVE]	= "#747474"

	GtkRange::slider_width = 15
	GtkRange::stepper_size = 15
	GtkScrollbar::min_slider_length = 15
	GtkCheckButton::indicator_size=12
	GtkRadioButton::indicator_size=12
	GtkStatusbar::shadow_type = none
	
	GtkNotebook::tab_vborder = 1
	GtkNotebook::tab_hborder = 1
	xthickness = 1
	ythickness = 1

	engine "mist"
 	{
	}
}

style "menu" = "default"
{
	text[PRELIGHT]          = "#ffffff"
        fg[PRELIGHT]          = "#ffffff"  
	#bg[PRELIGHT]     = "#ccccbe" 
	#text[PRELIGHT]					= { 1.0, 1.0, 1.0 }
	engine "redmond95" { }
}
style "togglebuttons" = "default"
{
   engine "redmond95" { }
}

class "GtkWidget" style "default"
class "GtkMenuItem*"	style "menu"
class "GtkCheckButton" style "togglebuttons"
class "GtkRadioButton" style "togglebuttons"
