# This Mist-based theme features the KDE color scheme, Plasik_Gorilla
# The icons are from the Gorilla theme by Jimmac Steiner

include "iconrc"

style "default"
{
  bg[NORMAL] = { 1.000, 0.949, 0.886 }
  bg[SELECTED] = { 1.000, 0.867, 0.463 }
  bg[INSENSITIVE] = { 1.000, 0.949, 0.886 }
  bg[ACTIVE] = { 0.831, 0.788, 0.737 }
  bg[PRELIGHT] = "#FFDD76"

  base[NORMAL] = { 1.000, 0.973, 0.914 }
  base[SELECTED] = { 1.000, 0.867, 0.463 }
  base[INSENSITIVE] = { 1.000, 0.949, 0.886 }
  base[ACTIVE] = { 1.000, 0.973, 0.914 }
  base[PRELIGHT] = { 1.000, 0.973, 0.914 }

  text[NORMAL] = { 0.000, 0.000, 0.000 }
  text[SELECTED] = { 0.012, 0.012, 0.012 }
  text[INSENSITIVE] = { 0.831, 0.788, 0.737 }
  text[ACTIVE] = { 0.000, 0.000, 0.000 }
  text[PRELIGHT] = { 0.000, 0.000, 0.000 }

  fg[NORMAL] = { 0.000, 0.000, 0.000 }
  fg[SELECTED] = { 0.012, 0.012, 0.012 }
  fg[INSENSITIVE] = { 0.831, 0.788, 0.737 }
  fg[ACTIVE] = { 0.000, 0.000, 0.000 }
  fg[PRELIGHT] = { 0.000, 0.000, 0.000 }

	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"




