style "theme-default"
{
  GtkMenuItem::selected_shadow_type = out
  GtkWidget::interior_focus = 1
  GtkButton::default_border = { 0, 0, 0, 0 }
  GtkButton::default_outside_border = { 0, 0, 0, 0 }
  GtkRange::trough_border = 0

  GtkWidget::focus_padding = 1

  GtkPaned::handle_size = 6

  GtkRange::slider_width = 15
  GtkRange::stepper_size = 15 #toolbar arrows
  GtkScrollbar::min_slider_length = 30
  GtkCheckButton::indicator_size = 12
  GtkMenuBar::internal-padding = 0

  GtkTreeView::expander_size = 14
  GtkTreeView::odd_row_color = "#444444"
  GtkExpander::expander_size = 16

  xthickness = 1
  ythickness = 1

  fg[NORMAL]        = "#ff872f" # very dark brown
  fg[PRELIGHT]      = "#ff872f"
  fg[ACTIVE]        = "#ff872f"
  fg[SELECTED]      = "#ff872f" #404135
  fg[INSENSITIVE]   = "#333333" # greyed text

  bg[NORMAL]		= "#333333" # entire background
  bg[PRELIGHT]		= "#444444" # button prelights
  bg[ACTIVE]		= "#444444" # selected taskbar items
  bg[SELECTED]		= "#ba5104" # green highlight
  bg[INSENSITIVE]	= "#333333" # greyed buttons

  base[NORMAL]		= "#555555" # window background
  base[PRELIGHT]	= "#ba5104" # menu bar colour
  base[ACTIVE]		= "#ba5104" # selected background
  base[SELECTED]	= "#ba5104" # green highlight
  base[INSENSITIVE]	= "#ba5104" # greyed sliders

  text[NORMAL]		= "#ff872f"
  text[PRELIGHT]	= "#ff872f"
  text[ACTIVE]		= "#ff872f" # text
  text[SELECTED]	= "#ff872f" # selected text
  text[INSENSITIVE]	= "#333333" # greyed text

  engine "candido" 
  {
	#scrollbar_color   = ""
	contrast 			= 1.0
   menubarstyle      = 0 # 0 = flat, 1 = gradient
	menubaritemstyle  = 0 # 0 = flat, 1 = button-ish style
	squaredstyle 		= 0 # 0 = default (rounded), 1 = squared
	animation         = TRUE
  }
}


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

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

style "theme-notebook" = "theme-wide"
{
  bg[NORMAL] = "#444444"
  bg[ACTIVE] = "#444444"
}

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

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

style "theme-menu-item" = "theme-default"
{
  xthickness = 2
  ythickness = 3
# base[SELECTED] = "#ba5104"
}

style "theme-menu-itembar" = "theme-default"
{
  xthickness = 3
  ythickness = 3
}

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

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

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

style "theme-tooltips" = "theme-default"
{
  xthickness = 4
  ythickness = 4
  bg[NORMAL] = "#ba5104"
}

style "theme-combo" = "theme-default"
{
  xthickness = 1
  ythickness = 2
}

style "metacity-frame"
{
  # Normal base color
  #bg[NORMAL]  = "#bbbbbb"

  # Unfocused title background color
  #bg[INSENSITIVE]  = { 0.8, 0.8, 0.8 }

  # Unfocused title text color
  fg[INSENSITIVE]  = "#ff872f"

  # Focused icon color
  #fg[NORMAL]  = { 0.2, 0.2, 0.2 }

  # Focused title background color
  bg[SELECTED]  = "#ba5104" 

  # Focused title text color
  fg[SELECTED]  = "#ff872f"
}
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"
