#RezlooksSoftGray by Pakos
#ja@pakos.biz
#http://pakos.biz
#http://gtk.pakos.biz

gtk-button-images = 0 
gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-button=16,16:gtk-large-toolbar=16,16"
gtk-menu-images = 0
style "rezlooks-default"
{
  GtkButton      ::default_border    = { 0, 0, 0, 0 }
  GtkRange       ::trough_border     = 0
  GtkPaned       ::handle_size       = 6
  GtkRange       ::slider_width      = 9
  GtkRange       ::stepper_size      = 1

  GtkScrollbar   ::min_slider_length = 30
  GtkCheckButton ::indicator_size    = 14
  GtkMenuBar     ::internal-padding  = 0
  GtkTreeView    ::expander_size     = 14
  GtkExpander    ::expander_size     = 16
  GtkScale       ::slider-length     = 24
  GtkScale       ::slider-width     = 15
  xthickness = 1
  ythickness = 1

  fg[NORMAL]        = "#222222"
  fg[PRELIGHT]      = "#222222"
  fg[SELECTED]      = "#ffffff"
  fg[ACTIVE]        = "#222222"
  fg[INSENSITIVE]   = "#b5b3ac"

  bg[NORMAL]        = "#f9fbf6"
  bg[PRELIGHT]      = "#f9fbf6"
  bg[SELECTED]	    = "#9bbeaa"
  bg[INSENSITIVE]   = "#f9fbf6"
  bg[ACTIVE]        = "#f9fbf6" # this (strangely) controls inactive tab BGs

  base[NORMAL]      = "#ffffff"
  base[PRELIGHT]    = "#f9fbf6"
  base[ACTIVE]      = "#9bbeaa"
  base[SELECTED]    = "#9bbeaa"
  base[INSENSITIVE] = "#f9fbf6"

  text[NORMAL]      = "#222222"
  text[PRELIGHT]    = "#222222"
  text[ACTIVE]      = "#222222"
  text[SELECTED]    = "#222222"
  text[INSENSITIVE] = "#b5b3ac"

  engine "rezlooks" 
  {
	scrollbar_color   = "#f9fbf6"
    menubarstyle      = 2 # 0 = flat, 1 = gradient
	menubaritemstyle  = 1 # 0 = flat, 1 = button-ish style
	animation         = TRUE
  }
}


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

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

style "rezlooks-button" = "rezlooks-wider"
{
  bg[NORMAL]        = "#f9fbf6"
  bg[INSENSITIVE]   = "#f9fbf6"
  bg[PRELIGHT]      = "#e5efe7"
  bg[ACTIVE]	    = "#e5efe7"
}

style "rezlooks-notebook" = "rezlooks-wide"
{
  bg[NORMAL]      = "#f9fbf6"
  bg[INSENSITIVE] = "#f9fbf6"
  bg[SELECTED]    = "#e5efe7"
}

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

style "rezlooks-menu" = "rezlooks-default"
{
  xthickness = 1
  ythickness = 1
}

style "rezlooks-menu-item" = "rezlooks-default"
{
  ythickness = 2
  fg[NORMAL] = "#222222"
  fg[PRELIGHT] = "#ffffff"
  text[PRELIGHT] = "#ffffff"
}

style "rezlooks-menubar" = "rezlooks-default"
{
  bg[NORMAL] = "#e5efe7"
  fg[NORMAL] = "#505050"
  fg[ACTIVE] = "#505050"
  text[NORMAL] = "#505050"
  text[PRELIGHT] = "#505050"
}

style "rezlooks-menubar-item"
{
	ythickness = 4
	fg[PRELIGHT] = "#222222"
	bg[PRELIGHT] = "#e5efe7"
}

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

style "rezlooks-frame-title" = "rezlooks-default"
{
  fg[NORMAL] = "#222222"
}

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

style "rezlooks-progressbar" = "rezlooks-wide"
{
  xthickness = 3
  ythickness = 3
  fg[PRELIGHT]  = "#222222"
  bg[NORMAL]        = "#f9fbf6"
  bg[SELECTED]	    = "#A5C6B3"
}

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

style "panel-menu"
{
	bg[NORMAL] = "#222222"
	 bg[PRELIGHT]      = "#222222"
        fg[NORMAL]		= "#686966"
        fg[PRELIGHT]	= "#9bbeaa"
}
# PANEL
style "panel"{
  xthickness            			= 0
  ythickness            			= 0
	bg[NORMAL]   = "#222222"
	fg[NORMAL]   = "#222222" 
	text[NORMAL] = "#686966" 
}

style "panelbuttons"{
  xthickness            			= 0
  ythickness            			= 0
    bg[NORMAL] 		= "#222222"
    bg[ACTIVE]		= "#222222" 
    bg[SELECTED]	= "#686966" 
    bg[PRELIGHT]	= "#222222"
    
    fg[NORMAL]		= "#686966"
    fg[ACTIVE]		= "#9bbeaa" 
    fg[PRELIGHT]	= "#9bbeaa"
}
class "*Panel*" style "panel"
widget_class "*Panel*GtkToggleButton" style "panelbuttons"
widget_class "*Panel*Button" style "panelbuttons"
widget_class "*Panel*b*" style "panelbuttons"
style "metacity-frame"
{
  # Normal base color
  #bg[NORMAL]  = "#bbbbbb"

  # Unfocused title background color
  #bg[INSENSITIVE]  = { 0.8, 0.8, 0.8 }

  # Unfocused title text color
  #fg[INSENSITIVE]  = { 1.55, 1.55, 1.55 }

  # Focused icon color
  #fg[NORMAL]  = { 0.2, 0.2, 0.2 }

  # Focused title background color
  bg[SELECTED]  = "#444444"

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

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

widget_class "*MenuItem.*" style "rezlooks-menu-item"
widget_class "*MenuBar.*"  style "rezlooks-menubar-item"
widget_class "*.Panel*Menu*" style "panel-menu"

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

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

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

