#Murrina Inspirat Aqua By Alvin Pandrya based on Murrine Eternal Blue

gtk-button-images = 0

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
  
  GtkCheckButton ::indicator_size    = 14
  GtkMenuBar     ::internal-padding  = 0
  GtkTreeView    ::expander_size     = 14
  GtkExpander    ::expander_size     = 16
  GtkScale       ::slider-length     = 27
  
  xthickness = 2
  ythickness = 2

  fg[NORMAL]       	= "#000000"
  fg[ACTIVE]       	= "#353535"
  fg[PRELIGHT]     	= "#000000"
  fg[SELECTED]     	= "#000000"
  fg[INSENSITIVE]  	= "#9B9B9B"

  bg[NORMAL]       	= "#cdcdcd"
  bg[ACTIVE]       	= "#E0E0E0"
  bg[PRELIGHT]     	= "#6DACEB"
  bg[SELECTED]     	= "#6DACEB"
  bg[INSENSITIVE]  	= "#e0e0e0"

  base[NORMAL]     	= "#ffffff" 
  base[ACTIVE]     	= "#777777" 
  base[PRELIGHT]   	= "#000000" 
  base[SELECTED]	= "#6DACEB" 
  base[INSENSITIVE]	= "#e0e0e0" 

  text[NORMAL]     	= "#000000"
  text[ACTIVE]		= "#ffffff"
  text[PRELIGHT]   	= "#000000"
  text[SELECTED]   	= "#ffffff"
  text[INSENSITIVE]	= "#9B9B9B"

  engine "murrine" 
  {
	glazestyle				= 1
	roundness 				= 4
	menustyle				= 0
	menubarstyle          	= 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
	menuitemstyle			= 2 # 0 = flat, 1 = glassy, 2 = striped
	menubaritemstyle      	= 1 # 0 = menuitem look, 1 = button look
	listviewheaderstyle   	= 1 # 0 = flat, 1 = glass
	listviewstyle			= 0 # 0 = nothing, 1 = dotted separator
	scrollbarstyle			= 3
	animation				= TRUE
	scrollbar_color   		= "#6DACEB"
	hilight_ratio			= 1.05
	contrast				= 1.0
  }
}


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

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

style "theme-button" = "theme-wider"{
	bg[NORMAL] = "#e8e8e8"
	bg[ACTIVE] = "#d4d4d4"
}

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

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

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

style "theme-menu" = "theme-default"{
	xthickness = 0
	ythickness = 0
	
	bg[NORMAL]		= "#242424"
	
	fg[PRELIGHT]		= "#ffffff"
	fg[NORMAL]		= "#f0f0f0"
}

style "theme-menu-item" = "theme-default"{
	xthickness = 2
	ythickness = 4
	  
	fg[PRELIGHT]      = "#ffffff"
	fg[NORMAL]        = "#ffffff"

	text[NORMAL]      = "#ffffff"
	text[PRELIGHT]    = "#ffffff" 

	base[NORMAL]      = "#ffffff" #fixes gimp

	bg[NORMAL]        = "#242424" #color of separators in menu
}

style "theme-menubar"{
	xthickness 		= 0
	ythickness 		= 0
  
	bg[NORMAL] 		= "#242424"
	fg[NORMAL]		= "#ffffff" 
}

style "theme-menubar-item" = "theme-menu-item"{
	ythickness 		= 5
	fg[NORMAL]		= "#ffffff"
	fg[PRELIGHT]	= "#ffffff"
	  
	bg[PRELIGHT]	= "#242424"
}

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

	bg[NORMAL]   	   = "#e8e8e8"
}

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

style "theme-tooltips" = "theme-default"{
	xthickness = 4
	ythickness = 4

	bg[NORMAL] 		= "#ededed"
}

style "theme-progressbar" = "theme-wide"{
	xthickness = 0
	ythickness = 0
	
	bg[NORMAL]		= "#f9f9f9"
	bg[SELECTED]	= "#6DACEB"
	fg[PRELIGHT]	= "#ffffff"

	engine "murrine" {
		contrast = 0.9
	}
}

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

}

style "theme-entry" = "theme-button"{
	ythickness = 3
}

style "theme-spin" = "theme-button"{
	ythickness = 3
}

style "metacity-frame" = "theme-default"{
	bg[SELECTED]	= "#1576CF"
	fg[NORMAL]		= "#ffffff"

	# Focused title text color
	fg[SELECTED]  = "#ffffff"
}
class "MetaFrames" 	  style "metacity-frame"
class "GtkWindow"      style "metacity-frame"

# widget styles
class "GtkSpinButton"  style "theme-spin"
class "GtkWidget"      style "theme-default"
class "GtkButton"      style "theme-button"
class "GtkScale"       style "theme-range"
class "GtkCombo"       style "theme-combo"
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 stuff
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"


# PANEL
style "panel"{
	bg[NORMAL]   = "#cdcdcd"
	fg[NORMAL]   = "#000000"
	text[NORMAL] = "#000000"
}

style "panelbuttons"{
    bg[NORMAL] 		= "#cdcdcd"
    bg[ACTIVE]		= "#242424"
    bg[SELECTED]	= "#6DACEB"
    bg[PRELIGHT]	= "#666666"
    
    fg[NORMAL]		= "#000000"
    fg[ACTIVE]		= "#ffffff"
    fg[PRELIGHT]	= "#ffffff"
}
class "*Panel*" style "panel"
widget_class "*Panel*GtkToggleButton" style "panelbuttons"
widget_class "*Panel*Button" style "panelbuttons"
widget_class "*Panel*b*" style "panelbuttons"
