style "candido-default"
{
  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 = "#e5e5e5"
  GtkExpander::expander_size = 16

  xthickness = 1
  ythickness = 1

  fg[NORMAL]        = "#505050" # very dark brown
  fg[PRELIGHT]      = "#505050" # text on buttons (hover)
  fg[ACTIVE]        = "#505050" # text on unfocused tabs
  fg[SELECTED]      = "#ffffff" # selected text on lists
  fg[INSENSITIVE]   = "#b1b1b1" # greyed "unused" text

  bg[NORMAL]		= "#ecedee" # entire background
  bg[PRELIGHT]		= "#f6f7f8" # button prelights
  bg[ACTIVE]		= "#e5e6e7" # selected taskbar items
  bg[SELECTED]		= "#68696b" # ???
  bg[INSENSITIVE]	= "#e2e3e4" # greyed buttons

  base[NORMAL]		= "#ffffff" # window background
  base[PRELIGHT]	= "#3d3e3f" # menubar outline colour
  base[ACTIVE]		= "#68696b" # selected item background (out of focus)
  base[SELECTED]	= "#68696b" # selected hilight,tab/slider background, & menu stripe
  base[INSENSITIVE]	= "#e0e0e0" # greyed sliders

  text[NORMAL]		= "#505050" # text in general
  text[PRELIGHT]	= "#505050" # hover text (on buttons)
  text[ACTIVE]		= "#ffffff" # greyed text out of use (on highlight)
  text[SELECTED]	= "#ffffff" # selected text (on highlight)
  text[INSENSITIVE]	= "#b1b1b1" # greyed text

  engine "candido" 
  {
	scrollbar_color   = "#68696b"
#    contrast = 1.0
    menubarstyle      = 0       # 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  = 1       # 0 = candy bar, 1 = flat 	
    animation = TRUE
  }
}


style "candido-progressbar" = "candido-default"
{
  fg[PRELIGHT] = "#ffffff"
  xthickness = 1
  ythickness = 1

}

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

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

style "candido-notebook" = "candido-wide"
{
  bg[NORMAL] = "#e2e3e4" # inner window background colour
  bg[ACTIVE] = "#d4d5d6" # out of focus tabs
}


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

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

style "candido-menu-item" = "candido-default"
{
  xthickness = 2
  ythickness = 3
  fg[PRELIGHT] = "#ffffff"
  text[PRELIGHT] = "#ffffff"
  
  bg[PRELIGHT] = "#68696b"
}

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

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

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

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

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

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

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

# widget styles
class "GtkWidget" style "candido-default"
class "GtkButton" style "candido-button"
class "GtkCombo"  style "candido-button"
class "GtkRange"  style "candido-wide"
class "GtkFrame"  style "candido-wide"
class "GtkMenu"   style "candido-menu"
class "GtkEntry"  style "candido-button"
class "GtkMenuItem"    style "candido-menu-item"
class "GtkStatusbar"   style "candido-wide"
class "GtkNotebook"    style "candido-notebook"
class "GtkProgressBar" style "candido-progressbar"

class "MetaFrames" style "metacity-frame"
widget_class "*MenuItem.*" style "candido-menu-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"




class "GtkWindow" style "metacity-frame"
class "Xfce*Panel*" style "candido-default"
widget_class "*Xfce*Panel*" style "candido-default"
widget_class "*Xfce*Panel*.GtkToggleButton" style "candido-default"

