style "indubstrial-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::stripe-color = { 0.60, 0.61, 0.60 }

  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]      = "#eeeeee"
  bg[PRELIGHT]	   = "#ffffff"
  fg[PRELIGHT]    = "#202020"
  bg[ACTIVE]	   = "#d9d9d9"
  bg[INSENSITIVE] = "#d9d9d9"
  bg[SELECTED]    = "#99a6bf"

  base[SELECTED]  = "#7b96ac"
  text[SELECTED]  = "#ffffff"

  engine "industrial" {}
}

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

style "indubstrial-wide" = "indubstrial-default"
{
  bg[NORMAL] = "#f6f6f6"
  xthickness = 2
  ythickness = 2
}

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

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

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

  bg[PRELIGHT]    = "#7b96ac"
  bg[SELECTED]    = "#7b96ac"
  #bg[PRELIGHT]    = "#9a9b9a"
  #bg[SELECTED]    = "#6e7c8c"

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

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

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

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

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

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

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

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

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

style "metacity-frame"
{

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

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

	# 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]	= "#7b96ac"
	
	# Focused title text color
	fg[SELECTED]	= "white"
}

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

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

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