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 = 1
  #GtkButton::child_displacement_y = 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" 
    {
      contrast = 1.0
    }
}

style "indubstrial-wide" = "indubstrial-default"
{
  bg[NORMAL] = "#f6f6f6"
  engine "industrial" 
    {
      wide = TRUE
      contrast = 1.0
    }
}

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

style "indubstrial-menu" = "indubstrial-default"
{
  bg[PRELIGHT]    = "#7b96ac"
  bg[SELECTED]    = "#7b96ac"
  #bg[PRELIGHT]    = "#3e71aa"
  #bg[SELECTED]    = "#577591"

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

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

style "indubstrial-tooltips" = "indubstrial-default"
{
  bg[NORMAL] = { 1.0,1.0,0.75 }
}

style "indubstrial-evolution-addressbook" = "indubstrial-default"
{
  bg[NORMAL] = "#d6d6d6"
}

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 "*.*MenuItem.*" style "indubstrial-menu"
class "GtkEntry" style "indubstrial-wide"
widget_class "*.GtkFrame.GtkLabel" style "indubstrial-frame-title"
widget "gtk-tooltips" style "indubstrial-tooltips"

#widget_class "*.GtkTreeView.GtkButton" style "indubstrial-unrounded"
#widget_class "*.GtkCTree.GtkButton" style "indubstrial-unrounded"
#widget_class "*.GtkList.GtkButton" style "indubstrial-unrounded"
#widget_class "*.GtkCList.GtkButton" style "indubstrial-unrounded"
widget_class "*.GtkList.*" style "indubstrial-unrounded"
widget_class "*.GtkCList.*" style "indubstrial-unrounded"
widget_class "*.ETree.*" style "indubstrial-unrounded"
widget_class "*.ETable.*" style "indubstrial-unrounded"

widget_class "*.EMinicardViewWidget" style "indubstrial-evolution-addressbook"
