############################################
#
# Welcome to the Code of Leech. Version 1.3
# 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
  GtkEntry::cursor_color    = "#FFBD00"
  GtkTextView::cursor_color    = "#FFBD00"

  NautilusIconContainer::frame_text = 1

  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]      = "#000000"
 bg[PRELIGHT]	   = "#16162F"
 fg[ACTIVE]        = "#e0e0e0"
 fg[PRELIGHT]    = "#e0e0e0"
 fg[NORMAL]        = "#e0e0e0"
 fg[INSENSITIVE]   = "#52501B"
 bg[ACTIVE]	   = "#0F101F"
 bg[INSENSITIVE] = "#000000"
 bg[SELECTED]    = "#555555"

 base[NORMAL]      = "#000000"
 base[ACTIVE]      = "#c0c0c0"
 base[INSENSITIVE] = "#161616"
 base[SELECTED]  = "#c0c0c0"
 text[SELECTED]  = "#000000"
 text[ACTIVE]      = "#000000"
 text[NORMAL]      = "#e0e0e0"

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] = "#e0e0e0"
}

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

  bg[PRELIGHT]    = "#16162F"
  bg[SELECTED]    = "#121212"

  fg[PRELIGHT]  = "#e0e0e0"
  fg[SELECTED]  = "#f0f0f0"
}

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

  bg[PRELIGHT]    = "#16162F"
  bg[SELECTED]    = "#121212"

  fg[PRELIGHT]  = "#e0e0e0"
  fg[SELECTED]  = "#f0f0f0"
}

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] = "#e0e0e0"
}

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

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

style "metacity-frame"
{

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

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

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

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

	# Focused title background color
	bg[SELECTED]	= "#252525"
	
	# Focused title text color
	fg[SELECTED]	= "#e0e0e0"
}

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

	style "icons"
	{
	stock["gtk-close"] =	       {{ "icons/close.png" }}
	}

class "GtkObject" style "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"
