# Gorilla gtk theme
# (c) 2002-2003 Jakub 'jimmac' Steiner <jimmac@ximian.com>

style "gorilla-default"
{
  GtkWidget::interior_focus = 1
  GtkButton::default_border = { 3, 3, 3, 3 }
  GtkButton::default_outside_border = { 3, 3, 3, 3 }
  GtkRange::trough_border = 0

  GtkWidget::focus_padding = 1

  GtkPaned::handle_size = 7
  
  GtkRange::slider_width = 15
  GtkRange::stepper_size = 15
  GtkScrollbar::min_slider_length = 30
  GtkCheckButton::indicator_size = 13
  GtkRadioButton::indicator_size = 13
  GtkMenuBar::internal-padding = 0

  GtkButton::child_displacement_x = 0
  GtkButton::child_displacement_y = 1

  #PanelMenu::gradient_bg = 1
  #PanelMenu::stripe-color = { 0.24, 0.44, 0.66 }
  #PanelMenu::stripe-color-light = { 0.54, 0.74, 0.96 }

  GtkMenuItem::selected_shadow_type = GTK_SHADOW_IN

  #GtkOptionMenu::indicator_size = { 11, 6 }
  #GtkOptionMenu::indicator_spacing = { 4, 5, 2, 2 }

  xthickness = 1
  ythickness = 1
  
  bg[NORMAL]      = "#dedfce"
  bg[PRELIGHT]	   = "#9f9f93"
  fg[PRELIGHT]    = "#ffffff"
  bg[ACTIVE]	   = "#bebfae"
  bg[INSENSITIVE] = "#eeeee0"
  bg[SELECTED]    = "#9f9f93"

  base[SELECTED]  = "#9f9f93"
  text[SELECTED]  = "#ffffff"

  engine "industrial" {}

}

style "gorilla-unrounded" = "gorilla-default"
{
  engine "industrial" 
    {
      rounded_buttons = FALSE
    }
}

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

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

style "gorilla-arrows" = "gorilla-default"
{
  fg[NORMAL] = { 0.2,0.2,0.2 }
}

style "gorilla-menu" = "gorilla-default"
{
#  engine "redmond95" { }
  xthickness = 3
  ythickness = 3

  #bg[PRELIGHT]    = "#7b96ac"
  #bg[SELECTED]    = "#7b96ac"
  bg[PRELIGHT]    = "#9f9f93"
  bg[SELECTED]    = "#bebfae"

  fg[PRELIGHT]  = "#ffffff"
  fg[SELECTED]  = "#ffffff"
}

style "gorilla-menu-separator" = "gorilla-default"
{
#  engine "redmond95" { }
  xthickness = 3
  ythickness = 3

#  bg[PRELIGHT]    = "#7b96ac"
#  bg[SELECTED]    = "#7b96ac"
#  fg[PRELIGHT]  = "#ffffff"
#  fg[SELECTED]  = "#ffffff"
}

style "gorilla-menubar" = "gorilla-default"
{
  xthickness = 3
  ythickness = 3
}

style "gorilla-paned" = "gorilla-default"
{
  xthickness = 10
  ythickness = 10
}

style "gorilla-tree" = "gorilla-default"
{
  engine "industrial" 
    {
      rounded_buttons = FALSE
    }
  xthickness = 2
  ythickness = 2
}

style "gorilla-frame-title" = "gorilla-default"
{
  fg[NORMAL] = { 0.25,0.25,0.25 }
}

style "gorilla-panel" = "gorilla-default"
{
  xthickness = 3
  ythickness = 3
}

style "gorilla-tooltips" = "gorilla-default"
{
  xthickness = 4
  ythickness = 4
  bg[NORMAL] = { 0.9,0.9,0.9 }
}

#style "metacity-frame"
#{
#
#	# Normal base color
# 	bg[NORMAL]      = { 0.97, 0.97, 0.97 }
#
#	# Unfocused title background color
#	bg[INSENSITIVE]	= { 0.9, 0.9, 0.9 }
#
#	# Unfocused title text color
#	fg[INSENSITIVE]	= { 0.15, 0.15, 0.15 }
#
#	# Focused icon color
#	fg[NORMAL]	= { 0.2, 0.2, 0.2 }
#
#	# Focused title background color
#	bg[SELECTED]	= { 0.27, 0.52, 0.84 }
#	
#	# Focused title text color
#	fg[SELECTED]	= "white"
#}

#class "Gtk*Paned" style "gorilla-paned"

widget "*.tasklist-button" style "gorilla-unrounded"
widget_class "*.GtkTreeView.*" style "gorilla-tree"
widget_class "*.GtkList.*" style "gorilla-tree"
widget_class "*.GtkCList.*" style "gorilla-tree"
widget_class "*.ETree.*" style "gorilla-tree"
widget_class "*.ETable.*" style "gorilla-tree"

class "GtkNotebook" style "gorilla-wide"
class "GtkWidget" style "gorilla-default"
class "GtkButton" style "gorilla-wide"
class "GtkRange" style "gorilla-wide"
class "GtkMenu" style "gorilla-wide"
class "GtkFrame" style "gorilla-wide"
class "GtkStatusbar" style "gorilla-wide"
class "GtkMenuItem" style "gorilla-menu"
widget_class "*.GtkMenuItem.*" style "gorilla-menu"
widget_class "*.GtkAccelMenuItem.*" style "gorilla-menu"
widget_class "*.GtkRadioMenuItem.*" style "gorilla-menu"
widget_class "*.GtkCheckMenuItem.*" style "gorilla-menu"
widget_class "*.GtkImageMenuItem.*" style "gorilla-menu"
widget_class "*.GtkSeparatorMenuItem.*" style "gorilla-menu-separator"
class "GtkEntry" style "gorilla-wide"
widget_class "*.tooltips.*.GtkToggleButton" style "gorilla-tasklist"
widget_class "*.GtkFrame.GtkLabel" style "gorilla-frame-title"
widget_class "*.GtkFrame.GtkCheckButton.GtkLabel" style "gorilla-frame-title"
#class "MetaFrames" style "metacity-frame"
class "GtkVScrollbar" style "gorilla-arrows"
class "GtkHScrollbar" style "gorilla-arrows"
widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "gorilla-panel"
widget "gtk-tooltips" style "gorilla-tooltips"
