# This Mist-based theme features the color scheme found in the "Milk" theme
# by Max Rudberg

style "default"
{
  bg[NORMAL] = { 0.682, 0.698, 0.765 }
  bg[SELECTED] = { 0.443, 0.545, 0.647 }
  bg[INSENSITIVE] = { 0.682, 0.698, 0.765 }
  bg[ACTIVE] = { 0.569, 0.580, 0.635 }
  bg[PRELIGHT] = "#BABED0"

  base[NORMAL] = { 0.576, 0.592, 0.647 }
  base[SELECTED] = { 0.443, 0.545, 0.647 }
  base[INSENSITIVE] = { 0.682, 0.698, 0.765 }
  base[ACTIVE] = { 0.576, 0.592, 0.647 }
  base[PRELIGHT] = { 0.576, 0.592, 0.647 }

  text[NORMAL] = { 0.000, 0.000, 0.000 }
  text[SELECTED] = { 1.000, 1.000, 1.000 }
  text[INSENSITIVE] = { 0.569, 0.580, 0.635 }
  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] = { 1.000, 1.000, 1.000 }
  fg[INSENSITIVE] = { 0.569, 0.580, 0.635 }
  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=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"




