# This theme features the color scheme found in the "Sunset" theme by Paul Hendrik
# The Mist and Industrial Theme Engines were used to draw the widgets
# The icons have been borrowed from the "Sunset" theme
include "iconrc"

style "default"
{
  fg[NORMAL]       = "#000000"
  fg[ACTIVE]       = "#000000"
  fg[PRELIGHT]     = "#000000"
  fg[SELECTED]     = "#FFFFFF"
  fg[INSENSITIVE]  = "#747474"
  bg[NORMAL]       = "#EDE8DB"
  bg[ACTIVE]       = "#D3D3D3"
  bg[PRELIGHT]     = "#F5D078"
  bg[SELECTED]     = "#b1b1b1"
  bg[INSENSITIVE]  = "#f5f5f5"
  base[NORMAL]     = "#FFFFFF"
  base[ACTIVE]     = "#a3a3a3"
  base[PRELIGHT]   = "#FFFFFF"
  base[INSENSITIVE]= "#f5f5f5"
  base[SELECTED]   = "#b1b1b1"
  text[INSENSITIVE]= "#747474"
  text[SELECTED]   = "#ffffff"
  text[ACTIVE]     = "#000000"
  text[PRELIGHT]   = "#ffffff"
  GtkWidget::interior_focus = 0
  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]          = "#000000"
}

style "menu" 
{
	ythickness = 2
	xthickness = 2
	bg[SELECTED]= "#F0C459"
	engine "mist"{}
} 

style "myscrollbar"
{
	bg[NORMAL]= "#F0C459"	
	bg[PRELIGHT]= "#F5D078"
	engine "mist" {}	
}

style "button"
{
	bg[NORMAL]= "#F2DCAA"
	bg[PRELIGHT]= "#F5D078"
}

class "GtkWidget" style "default"
class "GtkMenu*" style "menu"
class "GtkScrollbar" style "myscrollbar"
class "*Button*" style "button"
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"




