gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-menu=12,12:gtk-small-toolbar=16,16:gtk-large-toolbar=16,16:gtk-button=16,16:gtk-dialog=16,16:gtk-dnd=16,16"                                                                                                                                                            
gtk-toolbar-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR

gtk_color_scheme = "fg_color:#000\nbg_color:#ede9e3\nbase_color:#fff\ntext_color:#000\nselected_bg_color:#5598d7\nselected_fg_color:#fff"

style "clearlooks-default"
{
  GtkScrolledWindow::scrollbar-spacing=0
  GtkContainer::border_width=0
  GtkButton      ::default_border    = { 1, 1, 1, 1 }
  GtkButton      ::interior-focus    = 1
  GtkButton::interior-focus = 0
  GtkButton::focus-padding = 0
  GtkButton::focus-line-width = 0
  GtkButton::focus-line-height = 0
  GtkButton::inner-border      = {0, 0, 0, 0}
  
  GtkRange       ::trough_border     = 0
  GtkPaned       ::handle_size       = 3
  GtkRange	::trough_border     	= 0

#  GtkRange       ::slider_width      = 15
#  GtkRange       ::stepper_size      = 15
  GtkRange       ::slider_width      = 13  #more compact but needs patch
  GtkRange       ::stepper_size      = 13 #more compact but needs patch

  GtkOptionMenu::indicator_spacing = { 2, 2, 4, 4 }
  GtkOptionMenu::indicator_size = { 12, 10 }
  GtkMenu::vertical_padding = 0
  GtkMenu::horizontal_padding = 0
  
  GtkEntry	 ::inner-border	     = { 1, 1, 1, 1 }

  GtkNotebook::tab-border = 0
  GtkNotebook::tab-hborder = 0
  GtkNotebook::tab-vborder = 0
  GtkNotebook::show-border = 0
  GtkNotebook::gtk-button-images = 0
  GtkNotebook::gtk-menu-images = 0
  GtkNotebook::arrow-spacing = 0
  GtkNotebook::tab-curvature = 0
  GtkNotebook::tab-overlap = 0
  GtkNotebook::focus-line-width = 0
  
  
  GtkScrollbar   ::min_slider_length = 30
  GtkMenuBar     ::internal-padding  = 0
#  GtkTreeView    ::expander_size     = 14
  GtkExpander    ::expander_size     = 12
  GtkScale       ::slider-length     = 27
#  GtkToolbar     ::button-relief     = GTK_RELIEF_NORMAL
#  GtkMenuBar     ::shadow-type       = GTK_SHADOW_OUT
#  GtkScrollbar   ::has-secondary-forward-stepper = 1
#  GtkScrollbar   ::has-secondary-backward-stepper = 1
    GtkComboBox::appears-as-list = 0
    GtkComboBox::arrow-size = 5
    
  GtkButton      ::child-displacement-x = 0
  GtkButton      ::child-displacement-y = 0

  WnckTasklist   ::fade-overlay-rect = 0

  GtkTreeView::expander-size = 9                                                                                                                           
  GtkTreeView::expander-indent = 0                                                                                                                         
  GtkTreeView::horizontal-separator = 0                                                                                                                    
  GtkTreeView::focus-line-width = 0
  GtkTreeView::spacing = 0
  GtkTreeView::vertical-separator = 0                                                                                                                      
  GtkTreeView::row-ending-details = 0
  GtkTreeView::treeview-left=1
  GtkTreeView::treeview-right=0                                                                                                                      
  GtkTreeView::treeview-middle=0
  GtkTreeView::passive_focus = 0                                                                                                                           
  GtkTreeView::separator-height = 0                                                                                                                        
  GtkTreeView::tree-line-pattern = "\001\001"
  GtkTreeView::grid-line-pattern = "\001\001"
  GtkTreeView::grid-line-width = 0
  GtkTreeView::tree-line-width = 0                                                                                                                        

  GtkButtonBox::child-min-height=18
  GtkButtonBox::child-min-width=18
  GtkButtonBox::child-internal-pad-x=0
  GtkButtonBox::child-internal-pad-y=0
  
  GtkCheckButton::indicator-spacing=1
  GtkCheckButton::indicator-size=13
  GtkRadioButton::indicator-spacing=1
  GtkCheckMenuItem::indicator-size=13
  xthickness = 0
  ythickness = 0


  fg[NORMAL]        = @fg_color #"#000000" # black
  fg[PRELIGHT]      = @fg_color #"#000000" # black
  fg[SELECTED]      = @selected_fg_color #"#ffffff" # white 
  fg[ACTIVE]        = @fg_color #"#000000" # black
  fg[INSENSITIVE]   = darker (@bg_color) #"#b5b3ac" # dark beige

  bg[NORMAL]        = @bg_color # "#ede9e3"
  bg[PRELIGHT]      = shade (1.02, @bg_color) #"#f9f7f3" # very light beige
  bg[SELECTED]	    = @selected_bg_color # "#5598d7" # deepsky
  bg[INSENSITIVE]   = @bg_color # "#efebe5" # beige
  bg[ACTIVE]        = shade (0.9, @bg_color) #"#dcd4c9" #"#d7d3ca" # dark beige

  base[NORMAL]      = @base_color # "#ffffff" # white 
  base[PRELIGHT]    = shade (0.95, @bg_color) # "#5f8ec4" # dark beige
  base[ACTIVE]      = shade (0.9, @selected_bg_color) # "#a69f91" # darker deepsky
  base[SELECTED]    = @selected_bg_color # "#5598d7" # deepsky
  base[INSENSITIVE] = @bg_color # "#e8e5de" # beige

  text[NORMAL]      = @text_color # "#000000" # black
  text[PRELIGHT]    = @text_color # "#000000" # black
  text[ACTIVE]      = @selected_fg_color # "#ffffff" # white
  text[SELECTED]    = @selected_fg_color # "#ffffff" # white
  text[INSENSITIVE] = darker (@bg_color) # "#b5b3ac" # dark beige

#  engine "clearlooks" 
#  {
#    #scrollbar_color   = "#76acde"
#    colorize_scrollbar = FALSE
#    menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
#    animation         = FALSE
#    style             = CLASSIC
#    radius            = 2.0
# }

  engine "aurora"                                                                                                                                              
    {                                                                                                                                                            
    menubarstyle          = 1 # 0 = flat, 1 = gradient                                                                                                   
    curvature       = 2                                                                                                                                  
    arrowsize       = 1 # controls combo_arrow circle size.  Diameter set by (11 + 2 * arrowsize)                                                        
    old_arrowstyle  = FALSE #set to TRUE for original circled arrows                                                                                     
    animation       = TRUE # FALSE = disabled, TRUE = enabled                                                                                            
    }
}


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

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

style "clearlooks-button" = "clearlooks-default"
{
  xthickness = 3
  ythickness = 3
  bg[NORMAL]        = shade (1.05, @bg_color) # "#f6f4f1"
  bg[INSENSITIVE]   = shade (1.04, @bg_color) # "#f2efeb"
  bg[PRELIGHT]      = shade (1.08, @bg_color) # "#faf9f8"
  GtkButton      ::default_border    = { 1, 1, 1, 1 }
#  GtkButton      ::interior-focus    = 1
#  GtkButton::interior-focus = 0
#  GtkButton::focus-padding = 0
#  GtkButton::focus-line-width = 0
#  GtkButton::focus-line-height = 0
  GtkButton::inner-border      = {1, 1, 1, 1}
  
}



style "clearlooks-notebook" = "clearlooks-wide"
{
#  bg[NORMAL]      = "#efebe5"
#  bg[INSENSITIVE] = "#efebe5"
  GtkWidget::focus-line-width=0
}

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

style "clearlooks-menu" = "clearlooks-default"
{
  xthickness = 0
  ythickness = 0
  bg[NORMAL] = shade (1.08, @bg_color) # "#f9f7f3"
}

style "clearlooks-menubar-item" = "clearlooks-button"
{
#    fg[PRELIGHT] = "#000000"
}

style "clearlooks-menu-item" = "clearlooks-default"
{
  xthickness = 0
  ythickness = 3
  fg[PRELIGHT] = @selected_fg_color
  text[PRELIGHT] = @selected_fg_color
}


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

style "clearlooks-frame-title" = "clearlooks-default"
{
  fg[NORMAL] = lighter (@fg_color) # "#404040"
}

style "clearlooks-progressbar" = "clearlooks-wide"
{
  xthickness = 1
  ythickness = 1
  fg[PRELIGHT]  = @selected_fg_color

#  engine "clearlooks"
#  {
#    radius = 1.5
#  }
}

style "clearlooks-combo" = "clearlooks-button"
{
  GtkCombo::arrow-size = 10
  xthickness = 0 #more compact but needs patch
  ythickness = 0 #more compact but needs patch
#  GtkButton::interior-focus = 0
#  GtkButton::focus-padding = 0
#  GtkButton::focus-line-width = 0
#  GtkButton::focus-line-height = 0
#  GtkButton::inner-border      = {0, 0, 0, 0}
}

style "clearlooks-menubar" = "blackrock-default"
{
#  bg[NORMAL]   = "#bacedb"
}

style "clearlooks-scale" = "clearooks-button"
{
#	GtkRange::trough-side-details = 1
}	

style "clearlooks-cell" = "clearlooks-tree"
{
  GtkCellRenderer::height=12
  xthickness = 1
  ythickness = 0
  GtkEntry ::inner-border	     = { 0, 0, 0, 0 }
  bg[NORMAL]   = "#00ff00"
  text[NORMAL]   = "#00ff00"
}

style "clearlooks-optionmenu" = "clearlooks-combo"
{
#  bg[NORMAL]   = "#bacedb"
#GtkOptionMenu::indicator-size=0
  xthickness = 1
  ythickness = 1
  GtkMenu::horizontal-offset=0
  GtkMenu::horizontal-padding=0
  GtkMenu::vertical-offset=0
  GtkMenu::vertical-padding=0
  GtkButton::inner-border      = {0, 0, 0, 0}
##  bg[NORMAL]   = "#ff0000"
}


style "clearlooks-test"
{
  bg[NORMAL]   = "#ff0000"
}

style "nautilus-location" {
  bg[NORMAL] = mix(0.60, shade (1.05,@bg_color), @selected_bg_color)
}
widget "*.nautilus-extra-view-widget" style:highest "nautilus-location"

# widget styles
class "GtkWidget"    style "clearlooks-default"#more compact but needs patch
class "GtkButton"    style "clearlooks-button"
class "GtkScale"     style "clearlooks-scale"
class "GtkComboBox"  style "clearlooks-combo"
class "GtkCombo"  style "clearlooks-combo"
class "GtkRange"     style "clearlooks-wide"
class "GtkFrame"     style "clearlooks-wide"
class "GtkSeparator" style "clearlooks-wide"
class "GtkMenu"      style "clearlooks-menu"
class "GtkEntry"     style "clearlooks-wider"
class "GtkMenuItem"    style "clearlooks-menu-item"
class "GtkNotebook"    style "clearlooks-notebook"
class "GtkProgressBar" style "clearlooks-progressbar"
class "GtkOptionMenu" style "clearlooks-optionmenu"
class "GtkTreeView"    style "clearlooks-tree"
class "GtkListView" style "clearlooks-tree"
class "GtkCellView" style "clearlooks-tree"
class "GtkScrolledWindow" style "clearlooks-wider"
class "WnckPager" style "clearlooks-wider"

#class "GtkMenuBar" style "clearlooks-menubar"

widget_class "*MenuItem.*" style "clearlooks-menu-item"
#widget_class "*.GtkMenuBar.*MenuItem.*" style "clearlooks-menubar-item"
widget "*.gtk-combobox-popup-menu.*" style "clearlooks-menubar-item"

# combobox stuff
#widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
#widget_class "*.GtkCombo.GtkButton"    style "clearlooks-combo"
## For appears-as-list mode, there is not a real entry, but a GtkFrame
#widget_class "*.GtkComboBox.GtkFrame"  style "clearlooks-wider"

# combobox stuff
widget_class "*.GtkComboBox.*" style "clearlooks-combo"
widget_class "*.GtkCombo.*Button"    style "clearlooks-combo"
#widget_class "*.GtkComboBox.*"    style "clearlooks-default"
widget_class "*.GtkComboBoxEntry.*Button" style "clearlooks-combo"

#entry
widget_class ".GtkEntry."  style "clearlooks-wider"
widget_class "*Entry*"  style "clearlooks-wider"

# treeview stuff
widget_class "*.GtkFrame.GtkLabel*" style "clearlooks-frame-title"
widget_class "*.GtkTreeView.*" style "clearlooks-wider"
widget_class "*.GtkCTree.*" style "clearlooks-default"
widget_class "*.GtkList.*" style "clearlooks-default"
widget_class "*.GtkCList*" style "clearlooks-wide"
widget_class "*.GtkTreeView.GtkButton" style "clearlooks-default"
widget_class "*.GtkCTree.GtkButton" style "clearlooks-default"
widget_class "*.GtkList.GtkButton" style "clearlooks-default"
widget_class "*.GtkCList.*" style "clearlooks-default"

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

#OptionMenu stuff
widget_class "*GtkOptionMenu*" style "clearlooks-optionmenu"
widget_class "*GtkOptionMenu*.*Label*" style "clearlooks-cell"

#ScrolledWindow
widget_class "*GtkScrolledWindow*" style "clearlooks-wide"
#widget_class "*GtkTreeView*" style "clearlooks-wider"
#widget_class "*GtkHScrollbar*" style "clearlooks-wide"
#widget_class "*GtkVScrollbar*" style "clearlooks-wide"
#widget_class "*Box*" style "clearlooks-wider"
#widget_class "*GtkHBox*" style "clearlooks-wider"
#widget_class "*GtkVBox*" style "clearlooks-wider"
