# ------------------------------------------------------------- #
# -- Semidark Theme intending a professional but strong look -- #
# -- for users of Gnome/GTK2.x applications. 		     -- #
# -- Depends: Aurora engine 1.3 or superior.                 -- #
# -- Comments and votes at http://www.gnome-look.org         -- #
# ------------------------------------------------------------- #
# -- License: Artistic Licence 2.0 see ARTISTIC-LICENCE.txt  -- #
# -- http://www.code933k.com				     -- #
# -- Copyright (C) 2007-2008 Mario García H. [aka. code933k] -- #
# ------------------------------------------------------------- #
gtk_color_scheme = "fg_color:#8CB917\nbg_color:#00162B\nbase_color:#000A14\ntext_color:#ABABAA\nselected_bg_color:#93B833\nselected_fg_color:#ffffff"
gtk-menu-popup-delay = 80
style "theme-default" {
  GtkButton::default_border = { 0, 0, 0, 0 }
  GtkButton::child-displacement-x = 0
  GtkButton::child-displacement-y = 1
  GtkRange::trough-border = 1
  GtkRange::slider-width = 19
  GtkRange::stepper-size = 16
  GtkScrollbar::min_slider_length = 30 
  GtkScrollbar::has-secondary-backward-stepper = 1
  GtkPaned::handle_size = 8
  GtkMenuBar::internal-padding = 0
  GtkTreeView::expander_size = 13
  GtkExpander::expander_size = 13
  GtkScale::slider-length = 25
  GtkScale::slider-width  = 17
  GtkScale::trough-border = 1
  GtkWidget::link-color = "#00219C"
  GtkWidget::visited-link-color = "#8B0000"
  WnckTasklist::fade-overlay-rect = 4.0
  WnckTasklist::fade-loop-time = 6.0
  WnckTasklist::fade-opacity = 3.6
  GtkMenu::horizontal-offset = 0 
  GtkMenu::vertical-padding = 2
  GtkNotebook::tab-curvature = 5
  GtkNotebook::tab-overlap = 4
  GtkMenuItem::arrow-spacing = 10
  GtkOptionMenu::indicator-size = {9, 5}
  GtkOptionMenu::indicator-spacing = {6, 5, 2, 2}
  GtkCheckButton::indicator-size = 15
  GtkCheckButton::indicator-spacing = 5
  GtkRadioButton::indicator-size = 15
  GtkTreeView::horizontal_separator = 2
  GtkEntry::cursor_color 	= "#dddddd"
  GtkTextView::cursor_color 	= "#dddddd"
  GtkEntry::secondary_cursor_color = "#dddddd"
  GtkTextView::secondary_cursor_color = "#dddddd"
  GtkEntry::cursor_aspect_ratio = 0.1
  xthickness = 1
  ythickness = 1
  fg[NORMAL]       	= @fg_color
  fg[ACTIVE]       	= @fg_color
  fg[PRELIGHT]     	= @fg_color
  fg[SELECTED]     	= @selected_fg_color
  fg[INSENSITIVE]  	= shade (3.0,@fg_color)
  bg[NORMAL]       	= @bg_color
  bg[ACTIVE]        	= shade (1.0233,@bg_color)
  bg[PRELIGHT]     	= shade (1.0930,@bg_color)
  bg[SELECTED]	    	= @selected_bg_color
  bg[INSENSITIVE]  	= shade (1.0233,@bg_color)
  base[NORMAL]     	= @base_color
  base[ACTIVE]     	= shade (0.65,@base_color)
  base[PRELIGHT]   	= @base_color
  base[SELECTED]	= @selected_bg_color
  base[INSENSITIVE]	= shade (1.025,@bg_color)
  text[NORMAL]     	= @text_color
  text[ACTIVE]		= mix (0.65,@bg_color,@fg_color)
  text[PRELIGHT]   	= @text_color
  text[SELECTED]   	= @selected_fg_color
  text[INSENSITIVE]	= "#0C2921"
  engine "aurora" {
    	contrast	= 5.8 
	menubarstyle    = 1 
	arrowsize	= 1
	curvature 	= 5
	old_arrowstyle  = TRUE
	animation 	= TRUE
  }
}
style "theme-wide" = "theme-default" {
  xthickness = 2
  ythickness = 2
}
style "theme-wider" = "theme-default" {
  xthickness = 3
  ythickness = 3
}
style "theme-widest" = "theme-default" {
  xthickness = 4
  ythickness = 4
}
style "theme-button" = "theme-widest" {
  bg[NORMAL]   = shade (1.35,@bg_color)
  bg[ACTIVE]   = shade (0.85,@bg_color)
  bg[PRELIGHT] = mix(0.71, shade (1.35,@bg_color), @selected_bg_color)
}
style "theme-entry" = "theme-button" { ythickness = 2 }
style "theme-frame" = "theme-wide" {
  GtkWidget::draw-border = {1,1,1,1}
}
style "theme-toolbar" = "theme-default" {
  bg[NORMAL] = shade (1.025,@bg_color)
}
style "theme-scale" = "theme-default" {
  bg[NORMAL]   = shade (0.65,@bg_color) 
  bg[PRELIGHT] = shade (0.82,@bg_color)
}
style "theme-range" = "theme-wider" {
  bg[NORMAL]   = "#001D39"            ### ### ### ###
  bg[ACTIVE]   = "#020202"
  bg[PRELIGHT] = mix(0.70, shade (1.35,@bg_color), @selected_bg_color) 
  text[PRELIGHT] = @selected_fg_color
  text[ACTIVE]   = shade (0.30,@selected_fg_color)
}
style "theme-notebook" = "theme-wide" {
  bg[NORMAL] = shade (0.15,"#001D39") ### ### ### ###
  fg[ACTIVE] = shade (0.9,@fg_color)
  bg[ACTIVE] = "#020202"
}

style "theme-paned" = "theme-default" {
  bg[PRELIGHT] = shade (1.05,@bg_color)
}
style "theme-tasklist" = "theme-default" {
  xthickness = 5
  ythickness = 3
}
style "theme-menu" = "theme-default" {
  xthickness = 4
  ythickness = 5
  bg[NORMAL] = "#020202"
}
style "theme-menu-item" = "theme-wide" {
  fg[PRELIGHT] 	 = @selected_fg_color
  text[PRELIGHT] = @selected_fg_color
}
style "theme-menubar" = "theme-default"  {  
  bg[NORMAL] = mix(0.16, "#333333", "#000000")
}
style "theme-menubar-item" = "theme-menu-item" {}
style "theme-tree" = "theme-default" {
  xthickness = 2
  ythickness = 2
  bg[NORMAL]   = shade (1.069767442,@bg_color)
  bg[PRELIGHT] = shade (1.093023256,@bg_color)
  bg[ACTIVE]   = mix(0.85, @bg_color, @selected_bg_color)
}
style "theme-tree-arrow" = "theme-default" {
  xthickness = 1
  ythickness = 1
  bg[NORMAL]   = mix(0.85, @bg_color, @selected_bg_color)
  bg[PRELIGHT] = mix(0.80, @bg_color, @selected_bg_color)
}
style "theme-tooltips" = "theme-widest" {
  bg[NORMAL]   = "#020202"
  bg[SELECTED] = "#004759"
  fg[NORMAL]   = "#CCCCCC"
}
style "theme-progressbar" = "theme-default" {
  fg[PRELIGHT] = @selected_fg_color
}
style "theme-combo" = "theme-button" { 
  GtkButton::inner-border = { 0, 1, 0, 0 }
}
style "theme-combo-arrow" = "theme-button" {
  xthickness = 1
  ythickness = 1
}
style "theme-view" = "theme-default" {
  xthickness = 0
  ythickness = 0
}
style "theme-check-radio-buttons" = "theme-button" {
  GtkWidget::interior-focus = 0
  GtkWidget::focus-padding = 1
  text[SELECTED] = @selected_fg_color
  text[INSENSITIVE] = shade (0.625,@bg_color)
  base[PRELIGHT] = @bg_color
  base[NORMAL] = @bg_color
}
style "extra-view" {
  bg[NORMAL] = shade(0.4, @bg_color)
  fg[NORMAL] = @selected_fg_color
} 
style "theme-epiphany-tabs" {
  ythickness = 0
}
############# TRANSMISSION LOG ##################
widget "*.message-log" style:highest "extra-view"
widget "*.nautilus-extra-view-widget" style:highest "extra-view"
widget "*.nautilus-extra-view-widget.*.GtkLabel*" style:highest "extra-view"
widget "*.nautilus-extra-view-widget.*Button*.GtkLabel*" style:highest "theme-button"
widget "*.epiphany*tab*" style "theme-epiphany-tabs"
class "GtkWidget"       style "theme-default"
class "GtkCheckButton"  style "theme-check-radio-buttons"
class "GtkButton"       style "theme-button"
class "GtkScale"        style "theme-scale"
class "GtkRange"        style "theme-range"
class "GtkPaned"        style "theme-paned"
class "GtkFrame"        style "theme-frame"
class "GtkMenu"         style "theme-menu"
class "GtkEntry"        style "theme-entry"
class "GtkMenuItem"     style "theme-menu-item"
class "GtkNotebook"     style "theme-notebook"
class "GtkProgressBar"  style "theme-progressbar"
class "GtkToolbar"      style "theme-toolbar"
class "GtkMenuBar"      style "theme-menubar"
class "GtkSeparator"    style "theme-wide"
widget_class "*.<GtkMenuItem>.*" style "theme-menu-item"
widget_class "*.GtkComboBoxEntry*" style "theme-combo"
widget_class "*.GtkCombo.GtkButton"    style "theme-combo"
widget_class "*.GtkCombo.*GtkArrow"    style "theme-combo-arrow"
widget_class "*.tooltips.*.GtkToggleButton" style "theme-tooltips"
widget "gtk-tooltip*"  style "theme-tooltips"
widget_class "*.GtkTreeView.GtkButton" style "theme-tree"
widget_class "*.GtkCTree.GtkButton" 	style "theme-tree"
widget_class "*.GtkList.GtkButton" 	style "theme-tree"
widget_class "*.GtkCList.GtkButton" 	style "theme-tree"
widget_class "*.GtkNotebook.*GtkEventBox" style "theme-notebook"
widget_class "*.GtkNotebook.*GtkViewport" style "theme-notebook"
widget_class "*.GtkNotebook.GtkLabel*" style "theme-notebook"
widget_class "*.<GtkTreeView>.GtkButton" style "theme-tree"
widget_class "*.GtkCTree.GtkButton" 	style "theme-tree"
widget_class "*.GtkList.GtkButton" 	style "theme-tree"
widget_class "*.GtkCList.GtkButton" 	style "theme-tree"
widget_class "*.ETree*"	style "theme-tree"
widget_class "*.<GtkTreeView>.GtkButton.*GtkArrow" style "theme-tree-arrow"
widget_class "*.GtkCTree.GtkButton.*GtkArrow" 	style "theme-tree-arrow"
widget_class "*.GtkList.GtkButton.*GtkArrow" 	style "theme-tree-arrow"
style "panelbuttons" = "theme-button" { ythickness = 1 }
widget_class "*Panel*GtkToggleButton*" style "panelbuttons"
widget_class "*Panel*GtkButton*" style "panelbuttons"
gtk-icon-sizes = "panel-menu=22,22:panel=16,16:gtk-menu=16,16:gtk-button=12,12:gtk-small-toolbar=16,16:gtk-large-toolbar=22,22:gtk-dnd=16,16:gtk-dialog=48,48"
gtk-button-images = 0
#gtk-menu-images = 0
