#Murrina Elf by Pakos
#ja@pakos.biz
#http://pakos.biz
#http://gtk.pakos.biz

gtk-button-images = 0 
gtk-icon-sizes = "panel-menu=24,24:panel=24,24:gtk-button=16,16:gtk-large-toolbar=24,24"
gtk-menu-images = 0

style "theme-default"
{
  GtkButton      ::default_border    = { 0, 0, 0, 0 }
  GtkRange       ::trough_border     = 0
  GtkPaned       ::handle_size       = 6
  GtkRange       ::slider_width      = 7
  GtkRange       ::stepper_size      = 1

  GtkScrollbar   ::min_slider_length = 30
  GtkCheckButton ::indicator_size    = 12
  GtkMenuBar     ::internal-padding  = 1
  GtkTreeView    ::expander_size     = 14
  GtkExpander    ::expander_size     = 16
  GtkScale       ::slider-length     = 24
  
  xthickness = 1
  ythickness = 1

 	fg[NORMAL]		= "#606060"
	fg[PRELIGHT]      	= "#606060" 
	fg[ACTIVE]	  	= "#606060"
	fg[SELECTED]      	= "#606060"
	fg[INSENSITIVE]   	= "#a5a496" 

	bg[NORMAL]	  	= "#d8d7c3" 
	bg[PRELIGHT]	  	= "#d8d7c3"
	bg[ACTIVE]	  	= "#e4e5d5" 
	bg[SELECTED]	        = "#b9b68d" 
	bg[INSENSITIVE]   	= "#e4e5d5" 
	
	base[NORMAL]	= "#e4e5d5"
	base[PRELIGHT]	= "#606060"
	base[ACTIVE]	  	= "#b9b68d"
	base[SELECTED]	= "#b9b68d" 
	base[INSENSITIVE] 	= "#f8f8f8" 
	
	text[NORMAL]	  	= "#606060" 
	text[PRELIGHT]	= "#606060" 
	text[ACTIVE]	  	= "#606060"
	text[SELECTED]    	= "#606060" 
	text[INSENSITIVE] 	= "#606060" # Unknown

  
engine "murrine" 
  {
	menuitemstyle = 2 # 0 = flat, 1 = glassy, 2 = striped
	scrollbar_color = "#b9b68d"
	scrollbarstyle = 3
	contrast = 1.05
	menustyle = 1
	glazestyle = 2 # 0 = flat hilight, 1 = curved hilight, 2 = concave style
	menubarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
	menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
	menuitemstyle = 2 # 0 = flat, 1 = glassy, 2 = striped
	listviewheaderstyle = 1 # 0 = flat, 1 = glassy
	roundness = 0 # 0 = squared, 1 = old default, more will increase roundness
    	animation = TRUE # FALSE = disabled, TRUE = enabled
 	
      highlight_shade = 1.0
        gradients = TRUE
        listviewstyle = 1
   }
}


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

style "theme-wider" = "theme-default"
{
  xthickness = 3
  ythickness = 3
}

style "theme-entry" = "theme-wider"
{
  bg[SELECTED]	    = "#b9b68d"
}

style "theme-button" = "theme-wider"
{
xthickness = 3
  ythickness = 0
  bg[NORMAL]        = "#e4e5d5"
  bg[ACTIVE]      = "#b9b68d"
}

style "theme-notebook" = "theme-wide"
{


}

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

style "theme-menu" = "theme-default"
{
  xthickness = 2
  ythickness = 1
  bg[NORMAL] = "#d8d7c3" 
}

style "theme-menu-item" = "theme-default"
{
 ythickness     = 2
	fg[PRELIGHT]   = "#606060"
	text[PRELIGHT] = "#606060"
	bg[SELECTED] = "#b9b68d"
}

style "theme-menubar" = "theme-default"
{
  bg[NORMAL] = "#b9b68d"
}

style "theme-menubar-item"
{
	ythickness = 4
	bg[PRELIGHT] = "#606060"
}

style "theme-tree" = "theme-default"
{
  xthickness = 2
  ythickness = 2
}

style "theme-frame-title" = "theme-default"
{
  fg[NORMAL] = "#606060"
}

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

style "theme-progressbar" = "theme-wide"
{
  xthickness = 1
  ythickness = 1
  fg[PRELIGHT]  = "#606060"
}

style "theme-combo" = "theme-button"
{
}
# PANEL
style "panel"{
  xthickness            			= 2
  ythickness            			= 2
	bg[NORMAL]   = "#b9b68d"
	fg[NORMAL]   = "#b9b68d" 
	text[NORMAL] = "#606060" 
}

style "panelbuttons"{
  xthickness            			= 0
  ythickness            			= 0
    bg[NORMAL] 		= "#b9b68d"
    bg[ACTIVE]		= "#b9b68d" 
    bg[SELECTED]	= "#e4e5d5" 
    bg[PRELIGHT]	= "#b9b68d"
    
    fg[NORMAL]		= "#606060"
    fg[ACTIVE]		= "#606060" 
    fg[PRELIGHT]	= "#606060"
}
class "*Panel*" style "panel"
widget_class "*Panel*GtkToggleButton" style "panelbuttons"
widget_class "*Panel*Button" style "panelbuttons"
widget_class "*Panel*b*" style "panelbuttons"

# widget styles
class "GtkWidget"      style "theme-default"
class "GtkButton"      style "theme-button"
class "GtkScale"       style "theme-button"
class "GtkCombo"       style "theme-button"
class "GtkRange"       style "theme-wide"
class "GtkFrame"       style "theme-wide"
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 "*MenuBar*"      style "theme-menubar"

widget_class "*MenuItem.*" style "theme-menu-item"
widget_class "*MenuBar.*"  style "theme-menubar-item"

# combobox stuff
widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
widget_class "*.GtkCombo.GtkButton"    style "theme-combo"
# tooltips stuffdwa
widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
widget "gtk-tooltips" style "theme-tooltips"

# 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-frame-title"

# notebook stuff
widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"
