style "tangoish-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
  
  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::stripe-color = "#babdb6"

  GtkMenuItem::selected_shadow_type = GTK_SHADOW_IN

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

  xthickness = 1
  ythickness = 1
  
 	fg[NORMAL]              = "#000000"
        fg[ACTIVE]              = "#000000"
        fg[INSENSITIVE]         = "#2e3436"
        fg[PRELIGHT]            = "#000000"
        fg[SELECTED]            = "#eeeeec"
        
        bg[ACTIVE]              = "#babdb6"
        bg[NORMAL]              = "#eeeeec"
        bg[INSENSITIVE]         = "#eeeeec"
        bg[PRELIGHT]            = "#ffffff"
        bg[SELECTED]            = "#3465a4"

        base[NORMAL]            = "#ffffff"
        base[ACTIVE]            = "#204a87"
        base[INSENSITIVE]       = "#ffffff"
        base[PRELIGHT]          = "#d3d7cf"
	base[SELECTED]          = "#3465a4"
        
        text[NORMAL]            = "#000000"
        text[ACTIVE]            = "#000000"
        text[PRELIGHT]          = "#000000"
        text[SELECTED]          = "#eeeeec"
        text[INSENSITIVE]       = "#2e3436"

  engine "industrial" {}

}

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

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

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

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

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

	#menu entries
  bg[PRELIGHT]    = "#6484a4"
  bg[SELECTED]    = "#6484a4"
  #bg[PRELIGHT]    = "#9a9b9a"
  #bg[SELECTED]    = "#6e7c8c"

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

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

  bg[PRELIGHT]    = "#6484a4"
  bg[SELECTED]    = "#6484a4"
  fg[PRELIGHT]  = "#ffffff"
  fg[SELECTED]  = "#ffffff"
}

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

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

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

#style "tangoish-frame-title" = "tangoish-default"
#{
#  fg[NORMAL] = "#4d4466"
#}

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

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

style "tangoish-druid" = "tangoish-default"
{
  bg[SELECTED] = "#6484a4"
}

style "metacity-frame"
{

	# Normal base color
 	bg[NORMAL]      = "#f6f6f6"

	# Unfocused title background color
	bg[INSENSITIVE]	= "#f6f6f6"

	# Unfocused title text color
	fg[INSENSITIVE]	= "#808080"

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

	# Focused title background color
	bg[SELECTED]	= "#6484a4"
	
	# Focused title text color
	fg[SELECTED]	= "white"
}

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

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

class "GtkNotebook" style "tangoish-wide"
class "GtkWidget" style "tangoish-default"
class "GtkButton" style "tangoish-wide"
class "GtkRange" style "tangoish-wide"
class "GtkMenu" style "tangoish-wide"
class "GtkFrame" style "tangoish-wide"
class "GtkStatusbar" style "tangoish-wide"
class "*MenuItem*" style "tangoish-menu"
widget_class "*MenuItem*" style "tangoish-menu"
widget_class "*.GtkSeparatorMenuItem.*" style "tangoish-menu-separator"
class "GtkEntry" style "tangoish-wide"
widget_class "*.tooltips.*.GtkToggleButton" style "tangoish-tasklist"
#widget_class "*.GtkFrame.GtkLabel" style "tangoish-frame-title"
#widget_class "*.GtkFrame.GtkCheckButton.GtkLabel" style "tangoish-frame-title"
widget_class "*GnomeDruidPage*" style "tangoish-druid"

class "MetaFrames" style "metacity-frame"
class "GtkVScrollbar" style "tangoish-arrows"
class "GtkHScrollbar" style "tangoish-arrows"
widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "tangoish-panel"
widget "gtk-tooltips" style "tangoish-tooltips"
