# Edit these colors and fonts however you like.
style "default"
{
  fg[NORMAL]       = "#000000"
  fg[ACTIVE]       = "#000000"
  fg[PRELIGHT]     = "#000000"
  fg[SELECTED]     = "#336699"
  fg[INSENSITIVE]  = "#747474"
  bg[NORMAL]       = "#D3D3DD"
  bg[ACTIVE]       = "#C1C1CC"
  bg[PRELIGHT]     = "#E5E5F7"
  bg[SELECTED]     = "#D3D3FF"
  bg[INSENSITIVE]  = "#D3D3DD"
  base[NORMAL]     = "#E5E5F7"
  base[ACTIVE]     = "#D3D3DD"
  base[PRELIGHT]   = "#FF0000"
  base[SELECTED]   = "#FF0000"
  base[INSENSITIVE]= "#D3D3DD"
  text[INSENSITIVE]= "#D3D3DD"
  # helvetica 120 is default, so it's not really needed here..
  #font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"
  engine "icegradient"
  {
  }
}

style "clean" = "default"
{
  engine "icegradient"
  {
    detail
    {
      name = "default"
      background = { clean }
      decoration = none
    }
  }
}

style "mystyle" = "clean"
{
  engine "icegradient"
  {
    detail
    {
      name = "arrow"
      background = { diagonal_gradient, north_east }
      decoration = none
    }
    detail
    {
      name = "bar"
      background = { quadratic_gradient, horizontal }
      decoration = none
    }
    detail
    {
      name = "base"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "button"
      background = { edge_gradient, horizontal }
      decoration = none
      edge_size = 7
    }
    detail
    {
      name = "buttondefault"
      background = { quadratic_gradient, horizontal }
      decoration = none
    }
    detail
    {
      name = "check"
      background = { corner_gradient }
      decoration = none
      corner_size = 3
    }
    detail
    {
      name = "checkbutton"
      background = { corner_gradient }
      decoration = none
      corner_size = 3
    }
    detail
    {
      name = "dockitem"
      background = { quadratic_gradient, vertical }
      decoration = none
    }
    detail
    {
      name = "dockitem_bin"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "draw_focus"
      background = { clean }
      decoration = none
    }
#    detail
#    {
#      name = "entry"
#    }
    detail
    {
      name = "entry_bg"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "eventbox"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "frame"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "handlebox"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "handlebox_bin"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "hruler"
      background = { quadratic_gradient, horizontal }
      decoration = none
    }
    detail
    {
      name = "hscale"
      background = { quadratic_gradient, horizontal }
      decoration = none
    }
    detail
    {
      name = "hscrollbar"
#      background = { quadratic_gradient, automatic }
      decoration = slash
    }
#    detail
#    {
#      name = "hseparator"
#    }
#    detail
#    {
#      name = "label"
#    }
    detail
    {
      name = "listitem"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "menu"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "menubar"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "menuitem"
      background = { edge_gradient, horizontal }
      decoration = none
      edge_size = 7
    }
    detail
    {
      name = "notebook"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "optionmenu"
      background = { edge_gradient, horizontal }
      decoration = none
    }
    detail
    {
      name = "optionmenutab"
      background = { quadratic_gradient, vertical }
      decoration = none
    }
    detail
    {
      name = "paned"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "radiobutton"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "slider"
      background = { quadratic_gradient, automatic }
      decoration = double_slash
    }
#    detail
#    {
#      name = "spinbutton"
#    }
#    detail
#    {
#      name = "tab"
#    }
    detail
    {
      name = "text"
      background = { quadratic_gradient, horizontal }
      decoration = none
    }
    detail
    {
      name = "togglebutton"
      background = { edge_gradient, horizontal }
      decoration = none
      edge_size = 7
    }
#    detail
#    {
#      name = "toolbar"
#    }
    detail
    {
      name = "tooltip"
      background = { corner_gradient }
      decoration = none
      corner_size = 5
    }
    detail
    {
      name = "trough"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "viewportbin"
      background = { clean }
      decoration = none
    }
    detail
    {
      name = "vruler"
      background = { quadratic_gradient, vertical }
      decoration = none
    }
    detail
    {
      name = "vscale"
      background = { quadratic_gradient, vertical }
      decoration = none
    }
    detail
    {
      name = "vscrollbar"
#      background = { quadratic_gradient, automatic }
      decoration = slash
    }
#    detail
#    {
#      name = "vseparator"
#    }
#    detail
#    {
#      name = "default"
#    }
  }
}

    
style "hscroll" = "default"
{
  engine "icegradient"
  {
    detail
    {
      name = "hscrollbar"
      decoration = slash
    }
    detail
    {
      name = "slider"
      background = { quadratic_gradient, horizontal }
      decoration = dot
    }
  }
}

    
style "vscroll" = "default"
{
  engine "icegradient"
  {
    detail
    {
      name = "vscrollbar"
      decoration = slash
    }
    detail
    {
      name = "slider"
      background = { quadratic_gradient, vertical }
      decoration = dot
    }
  }
}


class "GtkWidget" style "mystyle"
class "GtkHScrollbar" style "hscroll"
class "GtkVScrollbar" style "vscroll"

