# Aquarius GTK2 Theme
# Copyright (c) 2006, Gabor Madl. 
# This theme is based on The Clearlooks GTK2 Theme, Copyright (c) 2005 Daniel Borgmann.
# This theme may be distributed under the terms of the GPLv2
# Created in Dec, 2006. Revised in April, 2007.

style "aquarius-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     = 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

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

  WnckTasklist   ::fade-overlay-rect = 0

  xthickness = 1
  ythickness = 1

  fg[NORMAL]        = "#000000" # black
  fg[PRELIGHT]      = "#000000" # black
  fg[SELECTED]      = "#000000" # black 
  fg[ACTIVE]        = "#000000" # black
  fg[INSENSITIVE]   = "#b5b3ac" # dark beige

  bg[NORMAL]        = "#ede9e3"
  bg[PRELIGHT]      = "#f9f7f3" # orangeish beige
  bg[SELECTED]	    = "#5588bb" # white
  bg[INSENSITIVE]   = "#efebe5" # beige
  bg[ACTIVE]        = "#dcd4c9" #"#d7d3ca" # dark beige

  base[NORMAL]      = "#ffffff" # white 
  base[PRELIGHT]    = "#5f8ec4" # dark beige
  base[ACTIVE]      = "#ffff88" # lighter yellow
  base[SELECTED]    = "#ffff44" # yellow
  base[INSENSITIVE] = "#e8e5de" # beige

  text[NORMAL]      = "#333333" # dark grey
  text[PRELIGHT]    = "#000000" # black
  text[ACTIVE]      = "#333333" # black
  text[SELECTED]    = "#000000" # black
  text[INSENSITIVE] = "#b5b3ac" # dark beige

  engine "clearlooks" 
  {
    #scrollbar_color   = "#76acde"
    menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
    menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
    listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
    progressbarstyle  = 1       # 0 = candy bar, 1 = fancy candy bar, 2 = flat
    animation         = FALSE
  }
}


style "aquarius-wide" = "aquarius-default"
{
  xthickness = 2
  ythickness = 2
  bg[SELECTED]	    = "#000088" # navy blue
}

style "aquarius-wider" = "aquarius-default"
{
  xthickness = 3
  ythickness = 3
  bg[SELECTED]	    = "#000088" # navy blue
}

style "aquarius-button" = "aquarius-wider"
{
  bg[ACTIVE]        = "#aaaaff" # blueish
  # The pulsing color on the taskbar...
#  bg[SELECTED]	    = "#aaffaa" # greenish
  bg[SELECTED]	    = "#ffff00" # yellow

  bg[NORMAL]        = "#f6f4f1"
  bg[INSENSITIVE]   = "#f2efeb"
#  bg[PRELIGHT]      = "#faf9f8"

#  bg[NORMAL]        = "#e0ddd5"
#  bg[INSENSITIVE]   = "#ebe8e2"
  bg[PRELIGHT]      = "#ffffee"
}

style "aquarius-notebook" = "aquarius-wide"
{
  bg[NORMAL]      = "#efebe5"
  bg[INSENSITIVE] = "#efebe5"
}

style "aquarius-tasklist" = "aquarius-default"
{
  xthickness = 5
  ythickness = 3
  bg[SELECTED]	    = "#ffff44" # yellow
}

style "aquarius-menu" = "aquarius-default"
{
  xthickness = 2
  ythickness = 1
  bg_pixmap[NORMAL]		= "images/white.png"
}

style "aquarius-menubar-item" = "aquarius-button"
{
    fg[PRELIGHT] = "#000000"
    bg[ACTIVE]   = "#faf6ff" # whiteish
}

style "aquarius-menu-item" = "aquarius-default"
{
  xthickness = 2
  ythickness = 3
#  fg[PRELIGHT] = "#ffffff"
#  text[PRELIGHT] = "#ffffff"

  fg[PRELIGHT] = "#000000"
  text[PRELIGHT] = "#000000"
  bg[SELECTED]	    = "#ffff44" # yellow
}

style "aquarius-tree" = "aquarius-default"
{
  xthickness = 2
  ythickness = 2
  bg[SELECTED]	    = "#ffff44" # yellow
}

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

  bg[SELECTED]	    = "#ffff44" # yellow
}

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

  bg[SELECTED]	    = "#ffff44" # yellow
}

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

  bg[SELECTED]	    = "#bb0000" # Red - Progressbar color
}

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

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

style "aquarius-panel" = "blackrock-default"
{
  xthickness            	= 0
  ythickness            	= 0
  bg_pixmap[NORMAL]		= "images/gray.png"
}

# widget styles
class "GtkWidget" style "aquarius-default"
class "GtkButton" style "aquarius-button"
class "GtkScale"  style "aquarius-button"
class "GtkCombo"  style "aquarius-button"
class "GtkRange"  style "aquarius-wide"
class "GtkFrame"  style "aquarius-wide"
class "GtkMenu"   style "aquarius-menu"
class "GtkEntry"  style "aquarius-wider"
class "GtkMenuItem"    style "aquarius-menu-item"
class "GtkNotebook"    style "aquarius-notebook"
class "GtkProgressBar" style "aquarius-progressbar"
 
#class "GtkMenuBar" style "aquarius-menubar"

class "*Panel*"	style "aquarius-panel"
class "*notif*"	style "aquarius-panel"
class "*Notif*"	style "aquarius-panel"
class "*Tray*"	style "aquarius-panel"
class "*tray*" 	style "aquarius-panel"
class "*netstatus*" 	style "aquarius-panel"
class "*Netstatus*" 	style "aquarius-panel"
class "*NetStatus*" 	style "aquarius-panel"

widget_class "*MenuItem.*" style "aquarius-menu-item"
#widget_class "*.GtkMenuBar.*MenuItem.*" style "aquarius-menubar-item"

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

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

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

