style "industrial-default"
{
  bg[NORMAL]      = { 0.95, 0.95, 0.95 }
  bg[PRELIGHT]	   = { 0.85, 0.82, 0.88 }
  fg[PRELIGHT]    = { 0.15, 0.12, 0.18 }
  bg[ACTIVE]	   = { 0.75, 0.72, 0.78 }
  bg[INSENSITIVE] = { 0.8, 0.8, 0.8 }
  bg[SELECTED]    = { 0.75, 0.72, 0.78 }

  base[SELECTED]  = { 0.55, 0.52, 0.58 }
  text[SELECTED]  = { 0.95, 0.92, 0.98 }

  engine "industrial" 
    {
      contrast = 1.0
    }
}

style "industrial-wide" = "industrial-default"
{
  engine "industrial" 
    {
      wide = TRUE
      contrast = 1.0
    }
}

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

style "industrial-menu" = "industrial-default"
{
  bg[PRELIGHT]    = { 0.55, 0.52, 0.58 }
  bg[SELECTED]    = { 0.55, 0.52, 0.58 }

  fg[PRELIGHT]  = { 0.95, 0.92, 0.98 }
  fg[SELECTED]  = { 0.95, 0.92, 0.98 }
}

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

style "industrial-tooltips" = "industrial-default"
{
  bg[NORMAL] = { 0.85, 0.82, 0.88 }
}

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

class "GtkWidget" style "industrial-default"
class "GtkButton" style "industrial-wide"
class "GtkRange" style "industrial-wide"
class "GtkMenu" style "industrial-wide"
class "GtkFrame" style "industrial-wide"
class "GtkStatusbar" style "industrial-wide"
class "GtkMenuItem" style "industrial-menu"
widget_class "*.*MenuItem.*" style "industrial-menu"
class "GtkEntry" style "industrial-wide"
widget_class "*.GtkFrame.GtkLabel" style "industrial-frame-title"
widget "gtk-tooltips" style "industrial-tooltips"

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

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