
gtk_color_scheme = "fg_color:#101010\nbg_color:#efebe7\nbase_color:#ffffff\ntext_color:#000000\nselected_bg_color:#DA8126\nselected_fg_color:#000000\ntooltip_bg_color:#B3C4EF\ntooltip_fg_color:#000"

style "xl_cheeselooks-default"
{
	GtkButton      ::default_border    = { 0, 0, 0, 0 }
	GtkRange       ::trough_border     = 0
	GtkPaned       ::handle_size       = 6
	GtkRange       ::slider_width      = 16
	GtkRange       ::stepper_size      = 15

	GtkScrollbar   ::min_slider_length = 35
	GtkCheckButton ::indicator_size    = 14
	GtkMenuBar     ::internal-padding  = 0
	GtkTreeView    ::expander_size     = 14
	GtkExpander    ::expander_size     = 16
	GtkScale       ::slider-length     = 31
#  GtkToolbar     ::button-relief     = GTK_RELIEF_NORMAL
#  GtkMenuBar     ::shadow-type       = GTK_SHADOW_OUT
#  GtkScrollbar   ::has-secondary-forward-stepper = 1
#  GtkScrollbar   ::has-secondary-backward-stepper = 1

  GtkButton      ::child-displacement-x = 1
  GtkButton      ::child-displacement-y = 1

  GtkMenu        ::horizontal_padding = 0
  GtkMenu        ::vertical_padding = 0

  WnckTasklist   ::fade-overlay-rect = 0

  xthickness = 1
  ythickness = 1


	fg[NORMAL]        = @fg_color
	fg[PRELIGHT]      = shade (1.05, @fg_color)
	fg[SELECTED]      = @selected_fg_color
	fg[ACTIVE]        = shade (1.07, @fg_color)
	fg[INSENSITIVE]   = shade (0.97, @fg_color)

	bg[NORMAL]        = @bg_color
	bg[PRELIGHT]      = shade (1.02, @bg_color)
	bg[SELECTED]	  = @selected_bg_color
	bg[INSENSITIVE]   = shade (0.95, @bg_color)
	bg[ACTIVE]        = shade (0.9, @bg_color)

	base[NORMAL]      = @base_color
	base[PRELIGHT]    = @base_color
	base[ACTIVE]      = shade (0.9, @bg_color)
	base[SELECTED]    = shade (1.29, @selected_bg_color)
	base[INSENSITIVE] = shade (0.95, @bg_color)

	text[NORMAL]      = @text_color
	text[PRELIGHT]    = @text_color
	text[ACTIVE]      = @text_color
	text[SELECTED]    = @text_color
	text[INSENSITIVE] = shade (0.9, @text_color) 

	engine "xl_cheeselooks" 
	{
		colorize_scrollbar = FALSE
		menubarstyle      = 3      # 0 = flat, 1 = sunken, 2 = flat gradient
		toolbarstyle      = 2      # 0 = flat, 1 = enable effects
		animation         = TRUE
		style             = GLOSSY
	}
}


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

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

style "xl_cheeselooks-button"
{
	xthickness   = 3
	ythickness   = 3


	bg[NORMAL]   = shade (0.97, @bg_color) # "#f6f4f1"
	bg[PRELIGHT] = shade (1.15, @selected_bg_color)
	bg[ACTIVE]   = shade (1.00, @selected_bg_color)
	bg[SELECTED] = shade (0.80, @selected_bg_color)
}

style "xl_cheeselooks-notebook"
{
	xthickness = 2
	ythickness = 2

	bg[NORMAL] = shade (0.95, @bg_color)
	bg[SELECTED] = mix(0.95, @selected_bg_color, shade (0.80,@bg_color))
}

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

style "xl_cheeselooks-toolbar" = "xl_cheeselooks-wide"
{
  bg[NORMAL]       = shade (1.02, @bg_color)
}

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

style "xl_cheeselooks-menubar-item" = "xl_cheeselooks-default"
{
  xthickness = 2
  ythickness = 3
  fg[PRELIGHT] = @fg_color
  engine "xl_cheeselooks" {
    radius = 3.0
    style  = GLOSSY
  }
}
                  
style "xl_cheeselooks-menu-item"
{
	xthickness = 2
	ythickness = 3

	fg[PRELIGHT]       = shade (1.05, @fg_color)
	bg[SELECTED] 	   = shade (1.15, @selected_bg_color)
	# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
	text[NORMAL]       = @fg_color
	text[PRELIGHT]     = @selected_fg_color
	text[SELECTED]     = @selected_fg_color
	text[ACTIVE]       = @fg_color
	text[INSENSITIVE]  = darker (@bg_color)
	engine "xl_cheeselooks" 
	{
	radius = 3.0
}

}


style "xl_cheeselooks-tree" = "xl_cheeselooks-default"
{
  xthickness = 2
  ythickness = 1
}

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

style "xl_cheeselooks-tooltips" = "xl_cheeselooks-default"
{
  xthickness = 4
  ythickness = 4
  bg[NORMAL] = mix(0.60, shade (1.05,@bg_color), @selected_bg_color)
}

style "xl_cheeselooks-progressbar" = "xl_cheeselooks-wide"
{
  xthickness = 1
  ythickness = 1
  # fg[PRELIGHT]  = "#ffffff"
}

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

style "xl_cheeselooks-menubar" = "blackrock-default"
{
#  bg[NORMAL]   = "#bacedb"
}
style "xl_cheeselooks-scrollbar"
{
	xthickness = 0
	ythickness = 0
	bg[NORMAL] = mix(0.65, @bg_color, @selected_bg_color)
	bg[SELECTED] = shade (0.70, @selected_bg_color)
	bg[PRELIGHT] = shade (1.05, @selected_bg_color)
	bg[ACTIVE] = shade (0.90, @selected_bg_color)
}
style "xl_cheeselooks-range" = "xl_cheeselooks-wide"
{
	xthickness = 0
	ythickness = 0
	bg[NORMAL] = mix(0.65, @bg_color, @selected_bg_color)
	bg[SELECTED] = shade (0.95, @selected_bg_color)
	bg[PRELIGHT] = shade (1.05, @selected_bg_color)
	bg[ACTIVE] = shade (0.90, @selected_bg_color)
}
style "xl_cheeselooks-scale" = "clearooks-button"
{
	GtkRange::trough-side-details = 1
}
	
style "panelbg"
{
  	xthickness = 0
  	ythickness = 0
	bg[NORMAL]        = shade (0.90, @bg_color)
  	bg_pixmap[NORMAL] = "GUMMY.png"
}

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 "xl_cheeselooks-default"
class "GtkButton"    style "xl_cheeselooks-button"
class "GtkScale"     style "xl_cheeselooks-scale"
class "GtkCombo"     style "xl_cheeselooks-button"
class "GtkRange"     style "xl_cheeselooks-range"
class "GtkFrame"     style "xl_cheeselooks-wide"
class "GtkSeparator" style "xl_cheeselooks-wide"
class "GtkMenu"      style "xl_cheeselooks-menu"
class "GtkEntry"     style "xl_cheeselooks-wider"
class "GtkNotebook"    style "xl_cheeselooks-notebook"
class "GtkProgressBar" style "xl_cheeselooks-progressbar"
class "GtkToolbar"   style "xl_cheeselooks-toolbar" 
#class "GtkMenuBar" style "xl_cheeselooks-menubar"
widget_class "*Scrollbar*" style "xl_cheeselooks-scrollbar"
class "*Scrollbar*" style "xl_cheeselooks-scrollbar"

widget_class "*.<GtkMenuItem>*" style "xl_cheeselooks-menu-item"
widget_class "*.<GtkMenuBar>.*" style "xl_cheeselooks-menubar-item"

# combobox stuff
widget_class "*.GtkComboBox.GtkButton" style "xl_cheeselooks-combo"
widget_class "*.GtkCombo.GtkButton"    style "xl_cheeselooks-combo"
# tooltips stuff
widget_class "*.tooltips.*.GtkToggleButton" style "xl_cheeselooks-tasklist"
widget "gtk-tooltip*" style "xl_cheeselooks-tooltips"

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

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

class "*Panel*"        style "panelbg"
class "*Notif*"        style "panelbg"
class "*Tray*"         style "panelbg"
class "*Applet*"       style "panelbg"
class "*Manager*"      style "panelbg"
class "*Netstatus*"    style "panelbg"
