# Based on Bluecurve
# Modified by Richard Stellingwerff and Emil Jacobs

# Clearlooks-Lucidity (clearness of thought or style)
# Color scheme contributed by Billy Cantrell (bvc)
# and based on Phacile-beige colors

style "clearlooks-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    = 12
  GtkMenuBar     ::internal-padding  = 0
  GtkTreeView    ::expander_size     = 14
  GtkExpander    ::expander_size     = 16

  xthickness = 1
  ythickness = 1

  fg[NORMAL]            = "#383D1A"
  fg[PRELIGHT]          = "#16180D"
  fg[ACTIVE]            = "#717A3F"
  fg[SELECTED]          = "#f2f5df"
  fg[INSENSITIVE]       = "#939A64"
  
  bg[NORMAL]            = "#d0d4b8"
  bg[PRELIGHT]          = "#DCE0C4"
  bg[ACTIVE]            = "#B2B38C"
  bg[SELECTED]          = "#AAAB84"
  bg[INSENSITIVE]       = "#d0d4b8"

  base[NORMAL]          = "#F5F8E8"
  base[PRELIGHT]        = "#C5CAA1"
  base[ACTIVE]          = "#C5CAA1"
  base[SELECTED]        = "#AAAB84"
  base[INSENSITIVE]     = "#d0d4b8"

  text[NORMAL]          = "#383D1A"
  text[PRELIGHT]        = "#16180D"
  text[ACTIVE]          = "#717A3F"
  text[SELECTED]        = "#f2f5df"
  text[INSENSITIVE]     = "#939A64"


engine "clearlooks"
   {




  }
}

style "clearlooks-wide" = "clearlooks-default"
{
  xthickness = 2
  ythickness = 2
  bg[NORMAL] = "#DCE0C4"
  bg[PRELIGHT] = "#E2E6CA"
}

style "clearlooks-button" = "clearlooks-wide"
{
  bg[NORMAL] = "#DCE0C4"
  bg[PRELIGHT] = "#E2E6CA"
}

style "clearlooks-notebook" = "clearlooks-wide"
{
  bg[NORMAL] = "#DADEC2"
}

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

style "clearlooks-menu" = "clearlooks-default"
{
  xthickness = 2
  ythickness = 1
}

style "clearlooks-menu-item" = "clearlooks-default"
{
  xthickness = 2
  ythickness = 3
}

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

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

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

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

style "clearlooks-tooltips" = "clearlooks-default"
{
  xthickness = 2
  ythickness = 2
  bg[NORMAL] = "#f2f5df"
}

style "clearlooks-progressbar"		= "clearlooks-default"
{
  xthickness = 1
  ythickness = 1
  fg[PRELIGHT]  	= "#f2f5df"
  bg[NORMAL] 	= "#E2E6CA"
}

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

style "clearlooks-scrollbar" = "clearlooks-default"
{
  bg[NORMAL]        = "#d0d4b8"
  bg[PRELIGHT]       = "#E2E6CA"
}

style "clearlooks-check" = "clearlooks-button"
{
  text[NORMAL] = "#16180d"
  text[PRELIGHT] = "#383D1A"
}

class "GtkCheckButton" style "clearlooks-check"
class "GtkRadioButton" style "clearlooks-check"
class "GtkWidget" style "clearlooks-default"
class "GtkButton" style "clearlooks-button"
class "GtkRange" style "clearlooks-wide"
class "GtkFrame" style "clearlooks-wide"
class "GtkStatusbar" style "clearlooks-wide"
class "GtkMenu" style "clearlooks-menu"
class "GtkMenuItem" style "clearlooks-menu-item"
widget_class "*MenuItem.*" style "clearlooks-menu-item"
class "GtkEntry" style "clearlooks-wide"
widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "clearlooks-panel"
widget "gtk-tooltips" style "clearlooks-tooltips"
class "GtkNotebook" style "clearlooks-notebook"
class "GtkProgressBar" style "clearlooks-progressbar"
widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"
class "GtkScrollbar" style "clearlooks-scrollbar"
