#gperfect
style "theme-default"
{
  GtkButton      ::default_border    = { 0, 0, 0, 0 }
  GtkRange       ::trough_border     = 0
  GtkPaned       ::handle_size       = 6
  GtkRange       ::slider_width      = 15
  GtkRange       ::stepper_size      = 15
  
  GtkScrollbar   ::min_slider_length = 30
  GtkCheckButton ::indicator_size    = 14
  GtkMenuBar     ::internal-padding  = 0
  GtkTreeView    ::expander_size     = 14
  GtkExpander    ::expander_size     = 16
  GtkScale       ::slider-length     = 27
  #GtkToolbar     ::button-relief     = GTK_RELIEF_NORMAL
  #GtkMenuBar     ::shadow-type       = GTK_SHADOW_IN
  #GtkScrollbar   ::has-forward-stepper = 0
  #GtkScrollbar   ::has-backward-stepper = 0
  #GtkScrollbar   ::has-secondary-backward-stepper = 1
  
  xthickness = 1
  ythickness = 1

  fg[NORMAL]		= "#37352F"
  fg[PRELIGHT]		= "#242321"
  fg[ACTIVE]		= "#242321"
  fg[SELECTED]		= "#ffffff"
  fg[INSENSITIVE]	= "#7F826A"
  
  bg[NORMAL]		= "#E4E2D4"
  bg[PRELIGHT]		= "#EEECDE"
  bg[ACTIVE]		= "#C9C7BA"
  bg[SELECTED]		= "#75785F"
  bg[INSENSITIVE]	= "#DAD8CA"

  base[NORMAL]		= "#ffffff"	
  base[PRELIGHT]	= "#A9AA97"
  base[ACTIVE]		= "#D0CEC1"
  base[SELECTED]	= "#75785F"
  base[INSENSITIVE]	= "#DAD8CA"	

  text[NORMAL]		= "#37352F"
  text[PRELIGHT]	= "#242321"
  text[ACTIVE]		= "#242321"
  text[SELECTED]	= "#ffffff"
  text[INSENSITIVE]	= "#7F826A"


  engine "murrine" 
  {
	 scrollbar_color   = "#7D8067"
    contrast          	= 1.0
	 menubarstyle        = 1 # 0 = flat, 1 = glass, 2 = gradient
	 menubaritemstyle	   = 1 # 0 = menuitem look, 1 = button look
	 listviewheaderstyle = 1 # 0 = flat, 1 = glass
	 squaredstyle 		   = 0 # 0 = default (rounded), 1 = squared
    animation         	= TRUE
  }
}


style "theme-wide" = "theme-default"
{
  xthickness = 1
  ythickness = 1
}

style "theme-wider" = "theme-default"
{
  xthickness = 3
  ythickness = 3
}

style "theme-button" = "theme-wider"
{
  bg[NORMAL]        = "#E0DED0"
  bg[INSENSITIVE]   = "#E4E2D4"
  bg[PRELIGHT] 	= "#E8E6D8"
}

style "theme-range" = "theme-default"
{
  xthickness = 3
  ythickness = 3
}

style "theme-notebook" = "theme-wide"
{
  bg[NORMAL]      = "#EEECDE"
  bg[INSENSITIVE] = "#EEECDE"
  
}

style "theme-tasklist" = "theme-default"
{
  xthickness = 5
  ythickness = 3
}

style "theme-menu" = "theme-default"
{
  xthickness = 2
  ythickness = 1
  bg[NORMAL]			= "#E8E6D8"
}

style "theme-menu-item" = "theme-default"
{
  xthickness = 2
  ythickness = 3
  fg[PRELIGHT] 		= "#ffffff"
  fg[NORMAL]   		= "#101010" # "#000000" if you want more contrast
  text[PRELIGHT] 	= "#ffffff"
bg[PRELIGHT]   = "#505050" #menubar hilite 
}

style "theme-menubar" = "theme-default"
{
  xthickness = 2
  ythickness = 2
   #bg[NORMAL] = "#ffdaae"
  fg[NORMAL] = "#505050"
  fg[ACTIVE] = "#505050"
  text[NORMAL] = "#505050"
  text[PRELIGHT] = "#505050"
  base[PRELIGHT] = "#63E62E"
  base[SELECTED] = "#4DB224"
}

style "theme-menubar-item" = "theme-menu-item"
{
	ythickness = 4
	fg[PRELIGHT] = "#505050"
	bg[PRELIGHT] = "#9FA381"
}

style "theme-tree" = "theme-default"
{
  xthickness = 2
  ythickness = 2
  
}

style "theme-frame-title" = "theme-default"
{
  fg[NORMAL] = "#404040"
}

style "theme-tooltips" = "theme-default"
{
  xthickness = 4
  ythickness = 4
  bg[NORMAL] = { 1.0,1.0,0.75 }
}

style "theme-progressbar" = "theme-wide"
{
  fg[PRELIGHT] = "#ffffff"
  xthickness = 1
  ythickness = 1

}

style "theme-combo" = "theme-button"
{
}

style "metacity-frame" = "theme-default"
{
  # Focused title background color
 # bg[SELECTED]  = "#ffc217"

  # Focused title text color
fg[SELECTED]  = "#ffffff"
}

class "MetaFrames" 	  style "metacity-frame"
class "GtkWindow"      style "metacity-frame"

# widget styles
class "GtkWidget"      style "theme-default"
class "GtkButton"      style "theme-button"
class "GtkScale"       style "theme-range"
class "GtkCombo"       style "theme-button"
class "GtkRange"       style "theme-wide"
class "GtkFrame"       style "theme-wide"
class "GtkMenu"        style "theme-menu"
class "GtkEntry"       style "theme-wider"
class "GtkMenuItem"    style "theme-menu-item"
class "GtkNotebook"    style "theme-notebook"
class "GtkProgressBar" style "theme-progressbar"
class "*MenuBar*"      style "theme-menubar"

widget_class "*MenuItem.*" style "theme-menu-item"
widget_class "*MenuBar.*"  style "theme-menubar-item"

# combobox stuff
widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
widget_class "*.GtkCombo.GtkButton"    style "theme-combo"

# tooltips stuff
widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
widget "gtk-tooltips" 							  style "theme-tooltips"

# treeview stuff
widget_class "*.GtkTreeView.GtkButton" style "theme-tree"
widget_class "*.GtkCTree.GtkButton" 	style "theme-tree"
widget_class "*.GtkList.GtkButton" 	style "theme-tree"
widget_class "*.GtkCList.GtkButton" 	style "theme-tree"
widget_class "*.GtkFrame.GtkLabel" 	style "theme-frame-title"

# notebook stuff
widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"
