# Written by Witek Tarchalski <pbl@neo.pl>
# Based on Industrial engine
#

style "default"
{
  bg[NORMAL]       = "#eeedee"
  bg[PRELIGHT]     = "#ecebec"
  bg[ACTIVE]       = "#dad5da"
  bg[SELECTED]     = "#b9b7b9"
  bg[INSENSITIVE]  = "#ededed"

  fg[NORMAL]       = "#232323"
  fg[PRELIGHT]     = "#47407f"
  fg[ACTIVE]       = "#141314"
  fg[SELECTED]     = "#47407f"
  fg[INSENSITIVE]  = "#646264"

  base[SELECTED]   = "#c8c8cf"  ##zaznaczenie
  base[INSENSITIVE]= "#e5e5ec"
  base[NORMAL]     = "#ffffff"
  base[ACTIVE]     = "#d6d5dd"  ##zaznaczenie unfocused
  base[PRELIGHT]   = "#b7b8be"

  text[NORMAL]     = "#000000"
  text[ACTIVE]     = "#454560"
  text[PRELIGHT]   = "#554570"
  text[SELECTED]   = "#554570"
  text[INSENSITIVE]= "#848484"


  engine "industrial" {}
}

style "menubar"
{
#  engine "metal" {}

  bg[NORMAL] = "#d2cad2"
  fg[NORMAL] = "#000000"
}

style "panel"
{
  bg[NORMAL] = "#f6f5f6"
}

style "menuitem"
{

  bg[PRELIGHT]  = "#ffffff"
  fg[PRELIGHT]  = "#502575"
  fg[SELECTED]  = "#ffffff"
  fg[NORMAL]    = "#251525"
}

style "menu"
{
  bg[NORMAL]= "#f4f2f4"
}

style "button"
{
#  engine "industrial"
#    {
#      rounded_buttons = FALSE
#      contrast = 1.0
#    }
  bg[NORMAL]= "#f6f5f6"
  bg[PRELIGHT]= "#fbfafb"
  bg[INSENSITIVE]= "#ececec"
  fg[INSENSITIVE]= "#898989"
  fg[NORMAL]= "#000000"
  fg[PRELIGHT]= "#000000"
  fg[ACTIVE] = "#945094"
##    GtkButton::interior_focus = 0
}

style "radiocheck" = "button"
{
  bg[PRELIGHT]= "#eceaec"
}


style "notebook"
{
#  bg[NORMAL]= "#f2f1f2"
}

style "scrollbar"
{
  fg[NORMAL] = "#351535"
  bg[PRELIGHT]= "#f1f0f1"
  bg[INSENSITIVE]= "#efefef"
  fg[INSENSITIVE]= "#898989"
}

style "progress"
{
#  fg[NORMAL]= "#110a11"
  bg[PRELIGHT]= "#ffffff"
}

style "tree"
{
  bg[NORMAL]= "#f2f0f2"  #"#e8e4e8"
  bg[PRELIGHT]= "#eeebee"  #"#e2dee2"
}

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

widget_class "*List*" style "tree"
widget_class "*Tree*" style "tree"
widget_class "*.ETable.*" style "tree"
class "GtkMenuBar" style "menubar"
class "Panel*" style "panel"
class "GtkMenuItem" style "menuitem"
widget_class "*MenuItem.*" style "menuitem"
class "GtkMenu" style "menu"
class "GtkButton" style "button"
class "GtkCheckButton" style "radiocheck"
class "*Option*" style "button"
class "GtkScrollbar" style "scrollbar"
widget_class "*Scrollbar" style "scrollbar"
class "*Notebook*" style "notebook"
class "GtkWidget" style "default"
widget_class "*.GtkFrame.GtkLabel" style "industrial-frame-title"
widget_class "*.GtkFrame.GtkCheckButton.GtkLabel" style "industrial-frame-title"
