# MurrinaStyle by Billy Cantrell
# bvc@gnomethemes.org
# http://gnomethemes.org
# http://gnomethemes.org/forum

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

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

  fg[NORMAL]        	= "#505050"
  fg[PRELIGHT]      	= "#222222"
  fg[ACTIVE]        	= "#505050"
  fg[SELECTED]      	= "#ffffff"
  fg[INSENSITIVE]   	= "#9B9895"

  bg[NORMAL]        	= "#e8e6e3" #ECEAE7#ece9e5#e8e5e1
  bg[PRELIGHT]      	= "#edeae6"
  bg[ACTIVE]        	= "#e0ddda"
  bg[SELECTED]	= "#A7C360"
  bg[INSENSITIVE]   	= "#e0ddda"

  base[NORMAL]      = "#ffffff"
  base[PRELIGHT]    	= "#BDBAB7"
  base[ACTIVE]      	= "#e0ddda"
  base[SELECTED]    = "#A7C360"
  base[INSENSITIVE]	= "#e0ddda"

  text[NORMAL]      	= "#505050"
  text[PRELIGHT]    	= "#222222"
  text[ACTIVE]      	= "#505050"
  text[SELECTED]    	= "#ffffff"
  text[INSENSITIVE] 	= "#9B9895"

  GtkTreeView::odd_row_color 		= "#F3F3F2"
  GtkTreeView::even_row_color	= "#FFFFFF"
  GnomeHRef::link_color			="#84A03A" 
  GtkIMHtmlr::hyperlink-color		="#84A03A"

  NautilusIconContainer::normal_alpha = 0
  NautilusIconContainer::frame_text = 1
  #NautilusIconContainer::dark_info_color="#827B69"
  #NautilusIconContainer::light_info_color="#827B69"
  #NautilusIconContainer::highlight_alpha=70

  engine "murrine" 
  {
	scrollbar_color     	= "#A7C360"
	contrast 			= 1.0
	glazestyle = 0 # 0 = flat hilight, 1 curved hilight (default)
	menubarstyle        	= 1 # 0 = flat, 1 = glass, 2 = gradient
	menubaritemstyle	= 0 # 0 = menuitem look, 1 = button look
	listviewheaderstyle 	= 0 # 0 = flat, 1 = glass
	squaredstyle 		= 0 # 0 = default (rounded), 1 = squared
	animation           	= TRUE
  }
}


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

style "theme-button" = "theme-wider"
{
  bg[NORMAL]        = "#edeae6"#F1EFEC
  bg[PRELIGHT]      = "#A7C360"
  bg[ACTIVE]	     = "#BDBAB7"
}

style "theme-notebook" = "theme-wide"
{
  bg[NORMAL]      = "#e0ddda"
  bg[INSENSITIVE] = "#e0ddda"
  bg[SELECTED]    = "#A7C360"
}

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

style "theme-menu" = "theme-default"
{
  xthickness = 3
  ythickness = 3
  fg[NORMAL]        = "#BDBAB7"
  fg[PRELIGHT]        = "#2f2f2f"
  bg[NORMAL]  = "#595959"
}

style "theme-menu-item" = "theme-default"
{
  ythickness = 3
  fg[NORMAL]  = "#edeae6"
  fg[PRELIGHT]      = "#2f2f2f"
  fg[INSENSITIVE] = "#2F2F2F"
  text[NORMAL]  = "#edeae6"
  text[PRELIGHT]      = "#2f2f2f"
  text[INSENSITIVE] = "#2F2F2F"
}

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

style "theme-menubar-item"
{
  ythickness = 4
  fg[NORMAL]  = "#505050"
  fg[PRELIGHT]  = "#edeae6"
  fg[INSENSITIVE] = "#2F2F2F"
  text[NORMAL]  = "#edeae6"
  text[INSENSITIVE] = "#2F2F2F"
  bg[PRELIGHT] = "#595959"
  bg[SELECTED] = "#595959"
}

style "theme-tree" = "theme-default"
{
  xthickness = 2
  ythickness = 2
  bg[NORMAL]      = "#dedcd9" #e3e1de#E7E5E2
}

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

style "theme-tooltips" = "theme-default"
{
  xthickness = 4
  ythickness = 4
  bg[NORMAL] = { 1.0,1.0,0.75 }
}

style "theme-progressbar" = "theme-wide"
{
  xthickness = 1
  ythickness = 1
}

style "theme-combo" = "theme-button"
{
}

style "metacity-frame"
{
  # Focused title background color
  bg[SELECTED]  = "#5A5A5A"
}
class "MetaFrames" 	  	style "metacity-frame"
class "GtkWindow"      		style "metacity-frame"

# 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 "GtkEntry"       		style "theme-entry"
class "GtkMenuItem"    		style "theme-menu-item"
class "GtkNotebook"    		style "theme-notebook"
class "GtkProgressBar" 		style "theme-progressbar"

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

# combobox
widget_class "*.GtkComboBox.GtkButton"	style "theme-combo"
widget_class "*.GtkCombo.GtkButton"    	style "theme-combo"

# tooltips
widget_class "*.tooltips.*.GtkToggleButton" 	style "theme-tasklist"
widget "gtk-tooltips" 					style "theme-tooltips"

# treeview
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
widget_class "*.GtkNotebook.*.GtkEventBox"	style "theme-notebook"
widget_class "*.GtkNotebook.*.GtkViewport"	style "theme-notebook"
