# This Mist-based theme features the color scheme found in "4dIndigo"

style "default"
{
  fg[NORMAL]		= "#000000"
  fg[ACTIVE]		= "#000000"
  fg[PRELIGHT]		= "#000000"
  fg[SELECTED]		= "#000000"
  fg[INSENSITIVE]	= "#9c999c"

  bg[NORMAL]		= "#bdc2bd"
  bg[ACTIVE]		= "#9c999c"
  bg[PRELIGHT]		= "#CCD2CC"
  bg[SELECTED]		= "#848284"
  bg[INSENSITIVE]	= "#bdc2bd"  

  base[NORMAL]		= "#a4aaa4"
  base[ACTIVE]		= "#848284"
  base[PRELIGHT]	= "#9c999c"
  base[SELECTED]	= "#848284"
  base[INSENSITIVE]	= "#9c999c"

  text[NORMAL]		= "#000000"
  text[ACTIVE]		= "#000000"
  text[PRELIGHT]	= "#000000"
  text[SELECTED]	= "#000000"
  text[INSENSITIVE]	= "#9c999c"

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

	engine "mist"
 	{
	}
}

style "menuitem"
{
        text[PRELIGHT]          = "#ffffff"
        fg[PRELIGHT]          = "#ffffff"
}

style "menu" 
{
	ythickness = 2
	xthickness = 2
} 

class "GtkWidget" style "default"
class "GtkMenu" style "menu"

widget_class "*.GtkMenuItem.*" style "menuitem"
widget_class "*.GtkImageMenuItem.*" style "menuitem"
widget_class "*.GtkAccelMenuItem.*" style "menuitem"
widget_class "*.GtkRadioMenuItem.*" style "menuitem"
widget_class "*.GtkCheckMenuItem.*" style "menuitem"
widget_class "*.GtkMenu.*" style "menuitem"




