# This theme is based on the "Mist" theme engine and features
# the same color scheme as the WarmGorilla theme.
# ***NOTE*** This theme replaces my "WarmGorillaInTheMist" theme

style "default"
{
        
  fg[NORMAL]       = "#000000"
  fg[ACTIVE]       = "#000000"
  fg[PRELIGHT]     = "#ffffff"
  fg[SELECTED]     = "#FFFFFF"
  fg[INSENSITIVE]  = "#8b8d99"  
  
  bg[NORMAL]       = "#e5e5ca" 
  bg[ACTIVE]       = "#e3dcb2" 
  bg[PRELIGHT]     = "#ecaf1e" 
  bg[SELECTED]     = "#9c8173" 
  bg[INSENSITIVE]  = "#949180" 
  
  base[NORMAL]     = "#ffffff"
  base[SELECTED]   = "#857d78"
  base[ACTIVE]     = "#a0a1a5"
  base[PRELIGHT]   = "#f0f0f0"
  base[INSENSITIVE]= "#cdcfd8"
  
  text[INSENSITIVE]= "#747474"
  text[SELECTED]   = "#ffffff"
  text[ACTIVE]     = "#000000"

	GtkRange::trough_border = 0
	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"
