polachok /.gtkrc

# Theme: Dark
# Author: polachok@gmail.com
include "/home/polachok/.themes/icons/iconrc"
#include "menubar-blue.rc"
#pixmap_path '/home/polachok/.themes/icons'
#gtk-icon-theme-name = "HighContrastLargePrintInverse"
#pixmap_path "/usr/share/themes/HighContrastLargePrintInverse/pixmaps"
gtk-menu-drop-shadow = 1
gtk-menu-shadow-delay = 0
style "default"   
{ 
  engine "industrial" {
        rounded_buttons = FALSE
  }
  GtkMenuItem::selected_shadow_type = GTK_SHADOW_IN
# For Java Desktop System
  PanelMenu::stripe-gradient-top = "#004000"
  PanelMenu::stripe-gradient-bottom = "#004000"
  
  GtkWidget::focus-line-pattern = "\2\1"
  GtkWidget::focus-line-width = 0
  GtkHSV::focus-line-pattern = "\0"
  GtkWidget::interior_focus = 1
  GtkWidget::focus-padding = 0
#  GtkEntry::cursor_color    = "#009000"
#  GtkWidget::cursor_aspect_ratio = 0.1
#  GtkTextView::cursor_color    = "#009000"
#  EelEditableLabel::cursor_color    = "#009000"
  GtkTextView::cursor_aspect_ratio = 0.1 
  GtkEntry::cursor_aspect_ratio = 0.1
  EelEditableLabel::cursor_aspect_ratio = 0.1
  NautilusIconContainer::frame_text = 1
   
  base[NORMAL]      = "#CACACA"
  base[SELECTED]    = "#000000"

  fg[NORMAL]        = "#BDBDBD"
  fg[SELECTED]      = "#000000"
  fg[INSENSITIVE]   = "#5D5D5D"
  fg[ACTIVE]        = "#000000"

  bg[NORMAL]        = "#404040"
  bg[SELECTED]      = "#5E5E5A"
  bg[INSENSITIVE]   = "#4D4D4D"
  bg[ACTIVE]        = "#5A5A5A"

  text[NORMAL]      = "#2C2C2C"
  text[SELECTED]    = "#FFFFFF"
  text[INSENSITIVE] = "#7A7575"
  text[ACTIVE]      = "#000000"
}

class "GtkWidget" style "default"
style "button" = "default"
{
 engine "hcengine" 
 {
     edge_thickness=1
 }
 fg[NORMAL]="#777"
 fg[ACTIVE]="#777"
 bg[PRELIGHT]="#5d5d5d"
 }
style "menubar" = "default"
{
 engine "industrial"
 {}
 bg[NORMAL]="#2e3436"
 ythickness = 1
 xthickness = 0
 }
style "hc" = "default"
{
  xthickness=1
  ythickness=1
 engine "hcengine"
 {
  edge_thickness=1
  }
  fg[ACTIVE]="#777"
  fg[NORMAL]="#777"
  bg[PRELIGHT]="#555753"
}
style "menu" = "hc"
{
 fg[ACTIVE]="#000"
 }
style "prog" = "default"
{
 base[SELECTED]="#2045b8"
 base[NORMAL]="#2045b8"
 }

style "tips" 
{
  bg[NORMAL] = "#000"
}
style "entries" = "theme-tree"
{ 
  fg[NORMAL]        = "#2e3436"
}
style "theme-tree" = "default"
{
 fg[NORMAL]="#fff"
 text[NORMAL]="#fff"
 }
# treeview stuff
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 "*.GtkFrame.GtkLabel" 	style "theme-tree"

widget "gtk-tooltips" style "tips"
class "GtkProgress" style "prog"
class "GtkButton"               style "button"
#class "GtkRadioButton"          style "button"
class "GtkScrollbar"            style "hc"
#class "GtkMenuBar*"             style "menubar"
class "GtkMenuBar*" 		     	style "menubar"
widget_class "*MenuBar.*" 		style "menubar"
class "GtkRadioButton" style "default"
class "GtkCheckButton" style "default"
#class "GtkMenu"                                 style "menu"
class "GtkItem"                                 style "menu"
class "GtkEntry"                                 style "menu"
class "GtkTearoffMenuItem"              style "menu"
class ".*Item.*"              style "menu"
class ".*Entry.*"              style "menu"

widget_class "*Entry*" style "entries"
widget_class "*List*"  style "entries"
widget_class "*Tree*"  style "entries"