style "candido-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 = 2
  ythickness = 2

  fg[NORMAL]       	= "#353535"
  fg[ACTIVE]       		= "#353535"
  fg[PRELIGHT]     	= "#000000"
  fg[SELECTED]     	= "#000000"
  fg[INSENSITIVE]  	= "#9B9B9B"

  bg[NORMAL]       	= "#dbdbdb"
  bg[ACTIVE]         = "#E0E0E0"
  bg[PRELIGHT]     	= "#f0f0f0"
  bg[SELECTED]     	= "#c6c6c6"
  bg[INSENSITIVE]  	= "#e0e0e0"

  base[NORMAL]     	= "#ffffff"
  base[ACTIVE]     	= "#d4d4d4"
  base[PRELIGHT]   	= "#FFFFFF"
  base[SELECTED]	= "#b2b2b2"
  base[INSENSITIVE]	= "#f4f4f4"

  text[NORMAL]     	= "#000000"
  text[ACTIVE]		= "#505050"
  text[PRELIGHT]   	= "#353535"
  text[SELECTED]   	= "#353535"
  text[INSENSITIVE]	= "#9B9B9B"

  engine "candido" 
  {
	 scrollbar_color   = "#b2b2b2"
	 contrast 			 = 1.0 # Change to 1.0 if you want more contrast
    menubarstyle      = 1 # 0 = flat, 1 = sunken, 2 = flat gradient
    menuitemstyle     = 1 # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
    listviewitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient)
    progressbarstyle  = 2 # 0 = candy bar, 1 = fancy candy bar, 2 = flat
	 #animation         = FALSE #Enable if you want animated progressbar
  }
}


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

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

style "candido-button" = "candido-wider"
{
 bg[NORMAL]   	   = "#e8e8e8"
 bg[ACTIVE]			= "#d4d4d4"
}

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

style "candido-notebook" = "candido-wide"
{
  bg[NORMAL]   	   = "#ffffff"
  #bg[SELECTED]   	   = "#565656"
  
}

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

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

style "candido-menu-item" = "candido-default"
{
  xthickness = 2
  ythickness = 3
  #fg[PRELIGHT] 		= "#F5F9FF"
  #fg[NORMAL]   		= "#353535" # "#000000" if you want more contrast
  #text[PRELIGHT] 	= "#F5F9FF"
}

style "candido-menubar" = "candido-default"
{
  xthickness = 2
  ythickness = 2
  #bg[NORMAL] 			= "#FAFAFA"
}

style "candido-menubar-item" = "candido-menu-item"
{
}

style "candido-tree" = "candido-default"
{
  xthickness = 2
  ythickness = 2
  bg[NORMAL] 			= "#F3F3F3"
}

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

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

style "candido-progressbar" = "candido-wide"
{
  xthickness = 1
  ythickness = 1
  bg[SELECTED] = "#b2b2b2"
  fg[PRELIGHT]  		= "#F5F9FF"
}

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

style "metacity-frame" = "candido-default"
{
  bg[SELECTED]  = "#9e9e9e"

  # Focused title text color
  fg[SELECTED]  = "#353535"
}
class "MetaFrames" 	  style "metacity-frame"
class "GtkWindow"      style "metacity-frame"

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

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

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

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

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

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