# T-ish for the Murrine Engine


style "murrine-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    = 12
  GtkMenuBar     ::internal-padding  = 0
  GtkTreeView    ::expander_size     = 14
  GtkExpander    ::expander_size     = 16
  GtkMenuBar::shadow-type = GTK_SHADOW_NONE
  GtkMenuBar::internal-padding = 0
  GtkToolbar::shadow_type = GTK_SHADOW_NONE
  GtkToolbar::internal-padding = 0
  GtkFrame::shadow_type = GTK_SHADOW_NONE

  xthickness = 1
  ythickness = 1

  GtkTreeView::odd_row_color = "#e5e5e5"
  GtkScrollbar::has_secondary_backward_stepper 	= 0
  GtkScrollbar::has_secondary_forward_stepper 	= 0

  	fg[NORMAL]        		= "#161616"
  	fg[PRELIGHT]     	 	= "#000000"
  	fg[ACTIVE]        		= "#161616"
  	fg[SELECTED]      	= "#000000"
  	fg[INSENSITIVE]   	= "#777777"

	bg[NORMAL] 		= "#e2e0e1"
	bg[PRELIGHT] 		= "#F1F1F1"
	bg[SELECTED] 		= "#2f74bf"
	bg[ACTIVE] 			= "#CCCCCC"
	bg[INSENSITIVE] 	= "#e5e5e5"
		
	base[NORMAL] 		= "#ffffff"
	base[SELECTED] 	= "#2f74bf"
	base[ACTIVE] 		= "#cccccc"
	base[PRELIGHT]		= "#2f74bf"
	base[INSENSITIVE]	= "#e5e5e5"

  	text[NORMAL]      	= "#161616"
  	text[PRELIGHT]     	= "#000000"
  	text[ACTIVE]      		= "#161616"
  	text[SELECTED]    	= "#FFFFFF"
  	text[INSENSITIVE] 	= "#777777"


engine "murrine"
{
scrollbarstyle = 0 # Enable or disable circles, stripes, handles
menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
listviewstyle = 1 # 0 = nothing, 1 = dotted
listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised
menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
roundness = 3 # 0 = squared, 1 = old default, more will increase roundness
glazestyle = 0 # 0 = flat hilight, 1 = curved hilight, 2 = concave style, 3 = top curved hilight, 4 = beryl style
scrollbar_color   	= "#2f74bf"
menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
animation = TRUE # FALSE = disabled, TRUE = enabled
}
}

style "murrine-wide" = "murrine-default"
{
  xthickness = 2
  ythickness = 2
  bg[NORMAL]			= "#e5e5e5"
  bg[PRELIGHT]			= "#F1F1F1"
}

style "murrine-button" = "murrine-wide"
{
  bg[NORMAL]			= "#e5e5e5"
  bg[PRELIGHT]			= "#F1F1F1"
}

style "murrine-notebook" = "murrine-wide"
{
  bg[NORMAL] = "#e5e5e5"
}

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

style "murrine-menu" = "murrine-default"
{
  xthickness = 2
  ythickness = 1
  #bg[NORMAL] = "#e5e5e5"
  bg[NORMAL] = "#fafafa"
}

style "murrine-menu-item" = "murrine-default"
{
  xthickness = 2
  ythickness = 3
  fg[PRELIGHT]  		= "#FFFFFF"
  text[PRELIGHT] 		= "#000000"
  # base[SELECTED] 	= "#2f74bf"
  #bg[NORMAL] 	= "#2f74bf"
}

style "murrine-menu-itembar" = "murrine-default"
{
  xthickness = 3
  ythickness = 3
}

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

style "murrine-frame-title" = "murrine-default"
{
  fg[NORMAL] = "#1b1b1b"
}

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

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

style "murrine-progressbar" = "murrine-default"
{
  xthickness = 1
  ythickness = 1
  #bg[NORMAL]		= "#e5e5e5"
  base[SELECTED]	= "#2f74bf"
}

style "murrine-combo" = "murrine-default"
{
  xthickness = 1
  ythickness = 2
  fg[ACTIVE]     		= "#fdfdfd"
  bg[NORMAL]			= "#e5e5e5"
  bg[PRELIGHT]			= "#F1F1F1"
}

###############################################
# GtkScrollbar: The scrollbars on windows
###############################################

style "murrine-scrollbar" = "murrine-default"

{
	
	

    GtkRange::trough_border = 0
    GtkRange::slider_width = 10


    GtkRange::stepper_size = 15

    GtkScrollbar::min_slider_length = 30
}


style "murrine-spin" = "murrine-wide"
{
  fg[ACTIVE]     			= "#fdfdfd"
  bg[NORMAL]			= "#e5e5e5"
  bg[PRELIGHT]			= "#F1F1F1"
}

style "murrine-check" = "murrine-button"
{
  text[NORMAL] = "#313131"
  text[PRELIGHT] = "#000000"
}

class "GtkCheckButton" style "murrine-check"
class "GtkRadioButton" style "murrine-check"
class "GtkWidget" style "murrine-default"
class "GtkRange" style "murrine-wide"
class "GtkFrame" style "murrine-wide"
class "GtkSpinButton" style "murrine-spin"
class "GtkStatusbar" style "murrine-wide"
class "GtkMenu" style "murrine-menu"
class "GtkMenuItem" style "murrine-menu-item"
widget_class "*MenuItem.*" style "murrine-menu-item"
class "GtkEntry" style "murrine-wide"
widget_class "*.tooltips.*.GtkToggleButton" style "murrine-tasklist"
widget_class "*.GtkTreeView.GtkButton" style "murrine-tree"
widget_class "*.GtkCTree.GtkButton" style "murrine-tree"
widget_class "*.GtkList.GtkButton" style "murrine-tree"
widget_class "*.GtkCList.GtkButton" style "murrine-tree"
widget_class "*.GtkFrame.GtkLabel" style "murrine-frame-title"
widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "murrine-panel"
widget "gtk-tooltips" style "murrine-tooltips"
class "GtkNotebook" style "murrine-notebook"
class "GtkProgressBar" style "murrine-progressbar"
widget_class "*.GtkComboBox.GtkButton" style "murrine-combo"
widget_class "*.GtkCombo.GtkButton" style "murrine-combo"
class "GtkButton" style "murrine-button"
class "GtkScrollbar" style "murrine-scrollbar"
