############################################
#
# Angelistic 2
# Dependencies GTK2 Engine Industrial
#
# © Nebulosa - Nebulosa Project
# <nebulosa@hotel.port80.se>
# <http://nebulosa.patser.net>
#
############################################

style "industrial-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 = 14
  GtkRange::stepper_size = 14
  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::gradient_bg = 1
  PanelMenu::stripe-color = { 0.24, 0.44, 0.66 }
  PanelMenu::stripe-color-light = { 0.54, 0.74, 0.96 }

  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]      = "#e2e2e2"
 bg[PRELIGHT]	   = "#f2f2f2"
 fg[PRELIGHT]    = "#000000"
 bg[ACTIVE]	   = "#bbbbb6"
 bg[INSENSITIVE] = "#f2f2f2"
 bg[SELECTED]    = "#272727"

 base[ACTIVE]      = "#bbbbb6"
 base[INSENSITIVE] = "#bbbbb6"
 base[SELECTED]  = "#272727"
 text[SELECTED]  = "#f2f2f2"
 text[ACTIVE]      = "#000000"

  engine "industrial" {}

}

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

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

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

style "industrial-arrows" = "industrial-default"
{
  fg[NORMAL] = "#000000"
}

style "industrial-menu" = "industrial-default"
{
  xthickness = 3
  ythickness = 3

  bg[PRELIGHT]    = "#ffffff"
  bg[SELECTED]    = "#272727"

  fg[PRELIGHT]  = "#000000"
  fg[SELECTED]  = "#f2f2f2"
}

style "industrial-menu-separator" = "industrial-default"
{
  xthickness = 3
  ythickness = 3

  bg[PRELIGHT]    = "#ffffff"
  bg[SELECTED]    = "#272727"

  fg[PRELIGHT]  = "#000000"
  fg[SELECTED]  = "#f2f2f2"
}

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

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

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

style "industrial-frame-title" = "industrial-default"
{
  fg[NORMAL] = "#000000"
}

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

style "industrial-tooltips" = "industrial-default"
{
  xthickness = 4
  ythickness = 4
  bg[NORMAL] =  "#f2f2f2"
}

style "metacity-frame"
{

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

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

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

	# Focused icon color
	fg[NORMAL]	= "#000000"

	# Focused title background color
	bg[SELECTED]	= "#272727"
	
	# Focused title text color
	fg[SELECTED]	= "#f2f2f2"
}

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

	style "icons"
	{
	stock["gnome-stock-about"] = {{ "icons/about.png" }}
	stock["gnome-stock-attach"] = {{ "icons/attach.png" }}

	stock["gtk-dialog-info"] =   {{ "icons/64x64/tip.png" }}
	stock["gtk-dialog-question"] = {{ "icons/64x64/important.png" }}
	stock["gtk-dialog-error"] =  {{ "icons/64x64/error.png" }}
	stock["gtk-dialog-warning"] =  {{ "icons/64x64/warning.png" }}

	stock["gtk-add"] =	       {{ "icons/add2.png" }}
	stock["gtk-apply"] =	       {{ "icons/button_ok.png" }}
	stock["gtk-cancel"] =	       {{ "icons/cancel.png" }}
	stock["gtk-cdrom"] =	       {{ "icons/cd.png" }}
	stock["gtk-clear"] =	       {{ "icons/brush.png" }}
	stock["gtk-close"] =	       {{ "icons/close.png" }}
	stock["gtk-convert"] =       {{ "icons/convert.png" }}
	stock["gtk-copy"] =	       {{ "icons/copy.png" }}
	stock["gtk-cut"] =	       {{ "icons/cut.png" }}
	stock["gtk-delete"] =	       {{ "icons/trashcan.png" }}
	stock["gtk-execute"] =       {{ "icons/exec.png" }}
	stock["gtk-find"] =	       {{ "icons/ffind.png" }}
	stock["gtk-find-and-replace"] = {{ "icons/replace.png" }}
	stock["gtk-floppy"] =		{{ "icons/floppy.png" }}
	stock["gtk-goto-bottom"] =	{{ "icons/bottom.png" }}
	stock["gtk-goto-first"] =	{{ "icons/first.png" }}
	stock["gtk-goto-last"] =	{{ "icons/last.png" }}
	stock["gtk-goto-top"] =	{{ "icons/top.png" }}
	stock["gtk-go-back"] =	{{ "icons/back.png" }}
	stock["gtk-go-down"] =	{{ "icons/down.png" }}
	stock["gtk-go-forward"] =	{{ "icons/forward.png" }}
	stock["gtk-go-up"] =		{{ "icons/up.png" }}
	stock["gtk-help"] =		{{ "icons/help.png" }}
	stock["gtk-home"] =		{{ "icons/gohome.png" }}
	stock["gtk-index"] =		{{ "icons/index.png" }}
	stock["gtk-jump-to"] =	{{ "icons/goto.png" }}
	stock["gtk-missing-image"] =	{{ "images/missing-image.png" }}
	stock["gtk-new"] =	     	{{ "icons/new.png" }}
	stock["gtk-no"] =		{{ "icons/button_cancel.png" }} 
	stock["gtk-ok"] =		{{ "icons/button_ok.png" }}
	stock["gtk-open"] =		{{ "icons/fileopen.png" }} 
	stock["gtk-paste"] =		{{ "icons/paste.png" }}
	stock["gtk-print"] =		{{ "icons/printer.png" }}
	stock["gtk-print-preview"] =	{{ "icons/printer.png" }}
	stock["gtk-preferences"] =	{{ "icons/configure.png" }}
	stock["gtk-properties"] =	{{ "icons/properties.png" }}
	stock["gtk-quit"] =		{{ "icons/quit.png" }}
	stock["gtk-redo"] =		{{ "icons/redo.png" }}
	stock["gtk-refresh"] =	{{ "icons/reload.png" }}
	stock["gtk-remove"] =		{{ "icons/remove.png" }}
	stock["gtk-revert-to-saved"] ={{ "icons/revert.png" }}
	stock["gtk-save"] =		{{ "icons/filesave.png" }}
	stock["gtk-save-as"] =	{{ "icons/filesaveas.png" }}
	stock["gtk-select-color"] =	{{ "icons/scolor.png" }}
	stock["gtk-spell-check"] =	{{ "icons/spellcheck.png" }}
	stock["gtk-stop"] =		{{ "icons/stop.png" }}
	stock["gtk-undelete"] =	{{ "icons/untrashcan.png" }}
	stock["gtk-undo"] =		{{ "icons/undo.png" }}
	stock["gtk-yes"] =		{{ "icons/button_ok.png" }} 
# stock["gtk-zoom-100"] =	{{ "icons/viewmag1.png" }}
# stock["gtk-zoom-fit"] =	{{ "icons/viewmagfit.png" }}
# stock["gtk-zoom-in"] =	{{ "icons/viewmag+.png" }}
# stock["gtk-zoom-out"] =	{{ "icons/viewmag-.png" }}

	stock["terminal-edit"] =      {{ "icons/configure.png" }}
	stock["session-stock-edit"] = {{ "icons/configure.png" }}
	}

class "GtkObject" style "icons"

	style "panel-icons"
	{
	stock ["panel-run"] =           {{"icons/run.png"}}
	stock ["panel-searchtool"] =    {{"icons/find.png"}}
	stock ["panel-screenshot"] =    {{"icons/screenshot.png"}}
	stock ["panel-lockscreen"] =    {{"icons/lock.png"}}
	stock ["panel-logout"] =        {{"icons/exit.png"}}
# stock ["panel-gnome-logo"] =    {{"icons/gnome2.png"}}
	}

class "GtkWidget" style "panel-icons"

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

class "GtkNotebook" style "industrial-wide"
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 "*.GtkMenuItem.*" style "industrial-menu"
widget_class "*.GtkAccelMenuItem.*" style "industrial-menu"
widget_class "*.GtkRadioMenuItem.*" style "industrial-menu"
widget_class "*.GtkCheckMenuItem.*" style "industrial-menu"
widget_class "*.GtkImageMenuItem.*" style "industrial-menu"
widget_class "*.GtkSeparatorMenuItem.*" style "industrial-menu-separator"
class "GtkEntry" style "industrial-wide"
widget_class "*.tooltips.*.GtkToggleButton" style "industrial-tasklist"
widget_class "*.GtkFrame.GtkLabel" style "industrial-frame-title"
widget_class "*.GtkFrame.GtkCheckButton.GtkLabel" style "industrial-frame-title"
class "MetaFrames" style "metacity-frame"
class "GtkVScrollbar" style "industrial-arrows"
class "GtkHScrollbar" style "industrial-arrows"
widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "industrial-panel"
widget "gtk-tooltips" style "industrial-tooltips"
