## Murrina-LemonGraphite by Ulisse Perusin
## licensed under GNU GPL v2 or later

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
  #GtkToolbar     ::button-relief     = GTK_RELIEF_NORMAL
  #GtkMenuBar     ::shadow-type       = GTK_SHADOW_IN
  #GtkScrollbar   ::has-forward-stepper = 0
  #GtkScrollbar   ::has-backward-stepper = 0
  #GtkScrollbar   ::has-secondary-backward-stepper = 1
  
  xthickness = 1
  ythickness = 1

  fg[NORMAL]        = "#404040" # dark grey
  fg[PRELIGHT]      = "#202020" # text on buttons (hover)
  fg[ACTIVE]        = "#505050" # text on unfocused tabs
  fg[SELECTED]      = "#333333" # selected text on lists
  fg[INSENSITIVE]   = "#b1b1b1" # greyed "unused" text

  bg[NORMAL]		= "#ecedee" # entire background
  bg[PRELIGHT]		= "#F1FFBD" # button prelights
  bg[ACTIVE]		= "#C6C6C6" # selected taskbar items
  bg[SELECTED]		= "#E5FF8C" # ???
  bg[INSENSITIVE]	= "#e2e3e4" # greyed buttons

  base[NORMAL]		= "#F7F7F7" # window background
  base[PRELIGHT]	= "#3d3e3f" # menubar outline colour
  base[ACTIVE]		= "#E5FF8C" # selected item background (out of focus)
  base[SELECTED]	= "#E5FF8C" # selected hilight,tab/slider background, & menu stripe
  base[INSENSITIVE]	= "#e0e0e0" # greyed sliders

  text[NORMAL]		= "#404040" # text in general
  text[PRELIGHT]	= "#505050" # hover text (on buttons)
  text[ACTIVE]		= "#333333" # greyed text out of use (on highlight)
  text[SELECTED]	= "#333333" # selected text (on highlight)
  text[INSENSITIVE]	= "#b1b1b1" # greyed text

  engine "murrine" 
  {
	 menuitemstyle = 1 # 0 = flat, 1 = glassy
	 glazestyle = 1 # 0 = flat hilight, 1 = curved hilight
	 scrollbar_color   = "#68696b"
    contrast          = 1.0
	 menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient
	 menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
	 listviewheaderstyle = 1 # 0 = flat, 1 = glassy
	 #squaredstyle = 0 # 0 = rounded theme, 1 = squared theme
    animation = TRUE # FALSE = disabled, TRUE = enabled
  }
}


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

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

style "theme-notebook" = "theme-wide"
{
  bg[NORMAL]   	   = "#e2e3e4" 
  bg[SELECTED]   	   = "#d4d5d6"
  base[SELECTED]     = "#505050"
}

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

style "theme-menu" = "theme-default"
{
  xthickness = 2
  ythickness = 1
  bg[NORMAL]			= "#F3F3F3"
  bg[PRELIGHT]       = "#E5FF8C" #menubar hilite 
  fg[PRELIGHT] 		= "#333333"
}

style "theme-menu-item" = "theme-default"
{
  xthickness = 2
  ythickness = 3
  fg[PRELIGHT] 		= "#333333"
  fg[NORMAL]   		= "#101010"
  text[PRELIGHT] 	   = "#333333"
  bg[PRELIGHT]       = "#E5FF8C" #menubar hilite 
}

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

style "theme-menubar-item" = "theme-menu-item"
{
}

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

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

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

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

}

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

style "metacity-frame" = "theme-default"
{
  # Focused title background color
  bg[SELECTED]  = "#505050"
  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 "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-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"
