# Theme based on the colors found in Windows XP
# The Industrial and Mist theme engines are required

style "default"
{
  	fg[NORMAL]              = "#000000"
        fg[ACTIVE]              = "#000000"
        fg[INSENSITIVE]         = "#565248"
        fg[PRELIGHT]            = "#000000"
        fg[SELECTED]            = "#ffffff"
        bg[ACTIVE]              = "#F7F9ED"
	bg[NORMAL]              = "#ece9d8"
        bg[INSENSITIVE]         = "#e3e1dd"
        bg[PRELIGHT]            = "#4FE813"
        bg[SELECTED]            = "#7382BD"
        base[NORMAL]            = "#ffffff"
        base[ACTIVE]            = "#ece9d8"
        base[INSENSITIVE]       = "#ffffff"
        base[PRELIGHT]          = "#eae8e3"
	base[SELECTED]          = "#7382BD"
        text[NORMAL]            = "#000000"
        text[ACTIVE]            = "#000000"
        text[PRELIGHT]          = "#ffffff"
        text[SELECTED]          = "#ffffff"
        text[INSENSITIVE]       = "#565248"
  GtkWidget::interior_focus = 1
  GtkButton::default_border = { 3, 3, 3, 3 }
  GtkButton::default_outside_border = { 3, 3, 3, 3 }
  GtkRange::trough_border = 0
  GtkWidget::focus_padding = 1
  GtkPaned::handle_size = 7
  GtkRange::slider_width = 15
  GtkRange::stepper_size = 15
  GtkScrollbar::min_slider_length = 30
  GtkCheckButton::indicator_size = 13
  GtkRadioButton::indicator_size = 13
  GtkButton::child_displacement_x = 0
  GtkButton::child_displacement_y = 1

  xthickness = 1
  ythickness = 1
  
  engine "industrial" {}
}

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

style "menu" 
{
	ythickness = 2
	xthickness = 2
	bg[SELECTED]= "#7382BD"
	engine "mist" {}
} 
style "myscrollbar"
{
	bg[NORMAL]= "#c1d2ee"	
	bg[PRELIGHT]= "#CFE1FF"
	engine "mist" {}
}

style "button"
{
	bg[NORMAL]= "#eeeeee"
	bg[PRELIGHT]= "#E7E6D7"
}

style "notebook"
{
	bg[NORMAL]= "#F7F9ED"
}
class "GtkWidget" style "default"
class "GtkMenu*" style "menu"
class "GtkScrollbar" style "myscrollbar"
class "*Button*" style "button"
class "*GtkNotebook*" style "notebook"
class "*GtkFrame*" style "notebook"
widget_class "*Button*" style "button"
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"







