# MurrinaWater 1.0.1 by CubeBox
# based on MurrinaMono 1.0.1 by myself

# Changelog:
# 1.0.1: fixed tooltip binding
# 1.0.0: initial release

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     = 27
  
  xthickness = 1
  ythickness = 1

  fg[NORMAL]		= "#000000"
  fg[ACTIVE]		= "#000000"
  fg[INSENSITIVE]	= "#555555"
  fg[PRELIGHT]		= "#000000"
  fg[SELECTED]		= "#ffffff"

  bg[NORMAL]       	= "#F1EDE1" # window background
  bg[ACTIVE]       	= "#d9d5d1"
  bg[PRELIGHT]     	= "#F7CE7C" # button hover
#  bg[SELECTED]     	= "#F6A00B" # menu stripe
  bg[SELECTED]     	= "#F7CE7C" # menu stripe
  bg[INSENSITIVE]  	= "#efebe7"

  base[NORMAL]     	= "#ffffff"
  base[ACTIVE]     	= "#F7CE7C" # icon selected - inactive
  base[PRELIGHT]   	= "#F6A00B" # slider greppel ?
  base[SELECTED]	= "#F7CE7C" # icon selected - active 
  base[INSENSITIVE]	= "#efebe7"

  text[NORMAL]     	= "#000000"
  text[ACTIVE]		= "#505050"
  text[PRELIGHT]   	= "#353535"
  text[SELECTED]   	= "#000000"
  text[INSENSITIVE]	= "#9b9b9b"

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


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

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

style "theme-button" = "theme-wider"
{
 bg[NORMAL] = "#efebe7" # button inactive
 bg[ACTIVE] = "#F7CE7C" # button pressed
#  bg[ACTIVE] = "#F6A00B" # button pressed
}

style "theme-check" = "theme-button"
{
  bg[SELECTED] = "#bfd2f7"
}

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

style "theme-notebook" = "theme-wide"
{
  bg[NORMAL] = "#ffffff"
  bg[SELECTED] = "#ffffff"
}

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

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

style "theme-menu-item" = "theme-default"
{
  xthickness = 2
  ythickness = 3
  fg[PRELIGHT]   = "#ffffff"
  fg[NORMAL]     = "#000000"
  text[PRELIGHT] = "#ffffff"
  bg[SELECTED]   = "#F6A00B" # menu item selected
}

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

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

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

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

style "theme-progressbar" = "theme-wide"
{
  xthickness = 1
  ythickness = 1
  bg[SELECTED] = "#F7CE7C" # progressbar bg
  fg[PRELIGHT] = "#ffffff"
}

style "metacity-frame" = "theme-default"
{
  bg[INSENSITIVE]  = "#ce6163" # none
  bg[SELECTED]  = "#3F62A4" # metacity selected
  fg[INSENSITIVE]  = "#fca6a5" # none
  fg[SELECTED]  = "#ffffff"
}
class "MetaFrames"				style "metacity-frame"
class "GtkWindow"				style "metacity-frame"

# widget styles
class "GtkWidget"				style "theme-default"
class "GtkButton"				style "theme-button"
class "GtkCheckButton"				style "theme-check"
class "GtkScale"				style "theme-range"
class "GtkCombo"				style "theme-button"
class "GtkRange"				style "theme-wide"
class "GtkFrame"				style "theme-wide"
class "GtkMenu"					style "theme-menu"
class "GtkEntry"				style "theme-wider"
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-menu-item"

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

# tooltips stuff
widget_class "*.tooltips.*.GtkToggleButton"	style "theme-tasklist"
widget "gtk-tooltips"				style "theme-tooltips"
widget "gtk-tooltip"				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"
