style "rezlooks-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    = 14
  GtkMenuBar     ::internal-padding  = 0
  GtkTreeView    ::expander_size     = 14
  GtkExpander    ::expander_size     = 16
  GtkScale       ::slider-length     = 24
  
  xthickness = 1
  ythickness = 1

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

  bg[NORMAL]        = "#fbfbfb"
  bg[PRELIGHT]      = "#efefef"
  bg[SELECTED]	    = "#a3b8cc"
  bg[INSENSITIVE]   = "#efefef"
  bg[ACTIVE]        = "#f5f5f5" # this (strangely) controls inactive tab BGs

  base[NORMAL]      = "#ffffff"
  base[PRELIGHT]    = "#6590b8"
  base[ACTIVE]      = "#c0d3e5"
  base[SELECTED]    = "#a3b8cc"
  base[INSENSITIVE] = "#e8e8e8"

  text[NORMAL]      = "#505050"
  text[PRELIGHT]    = "#505050"
  text[ACTIVE]      = "#505050"
  text[SELECTED]    = "#ffffff"
  text[INSENSITIVE] = "#b5b5b5"

  engine "rezlooks" 
  {
	scrollbar_color   = "#c0d3e5"
    menubarstyle      = 0 # 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]        = "#f2f2f2"
  bg[INSENSITIVE]   = "#f0f0f0"
  bg[PRELIGHT]      = "#c0d3e5"
  bg[ACTIVE]	    = "#fff1e0"
}

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

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

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

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

style "rezlooks-menubar" = "rezlooks-default"
{
  bg[NORMAL] = "#ffdaae"
  fg[NORMAL] = "#505050"
  fg[ACTIVE] = "#505050"
  text[NORMAL] = "#505050"
  text[PRELIGHT] = "#505050"
  base[PRELIGHT] = "#63E62E"
  base[SELECTED] = "#4DB224"
}

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

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

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

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

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

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

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"

# 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"

