gtk-button-images		= 0	#set this to "1" if you want icons on buttons like "cancel" etc.

style "theme-default"
{

	GtkScrollbar::has-forward-stepper = 1
	GtkScrollbar::has-backward-stepper = 0
	GtkScrollbar::has-secondary-forward-stepper = 0
	GtkScrollbar::has-secondary-backward-stepper = 1

  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]       	= "#000000"
	fg[ACTIVE]       	= "#6BCEDD"
	fg[PRELIGHT]     	= "#ffffff"
	fg[SELECTED]     	= "#6BCEDD"
	fg[INSENSITIVE]  	= "#b0b0b0"

	bg[NORMAL]       	= "#f0f0f0"
	bg[ACTIVE]       	= "#555753"
	bg[PRELIGHT]     	= "#f0f0f0"
	bg[SELECTED]     	= "#555753"
	bg[INSENSITIVE]  	= "#f0f0f0"

	base[NORMAL]     	= "#ffffff"
	base[ACTIVE]     	= "#f0f0f0"
	base[PRELIGHT]   	= "#ffffff"
	base[INSENSITIVE]	= "#f0f0f0"
	base[SELECTED]   	= "#555753"

	text[INSENSITIVE]	= "#000000"
	text[SELECTED]   	= "#6BCEDD"
	text[ACTIVE]     	= "#000000"
	text[PRELIGHT]   	= "#ffffff"

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

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

style "theme-menu" = "theme-default"
{
  xthickness = 3
  ythickness = 2
}

style "theme-menu-item"
{
  xthickness = 2
  ythickness = 2
}

style "theme-tree" = "theme-default"
{
  xthickness = 2
  ythickness = 2
  GtkTreeView::odd_row_color = "#f7f7ff"
  GtkTreeView::even_row_color = "#ffffff"
}

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

style "theme-progressbar" = "theme-default"
{
  xthickness = 2
  ythickness = 1
  fg[PRELIGHT]  = "#ffffff"
  bg[NORMAL] = "#ececec"
}

style "theme-button" = "theme-wide"
{
  bg[NORMAL] = "#f0f0f0"
  bg[ACTIVE] = "#555753"
  bg[PRELIGHT] = "#6BCEDD"
}

style "theme-scrollbars" = "theme-default"
{
  xthickness = 0
  ythickness = 0
}

style "theme-panel-buttons"
{
  xthickness = 5
  ythickness = 2
  bg[NORMAL] = "#f0f0f0"
  bg[ACTIVE] = "#555753"
  bg[SELECTED] = "#f0f0f0"
}

style "theme-panel-bg"

{
  ythickness            			= 0
	bg[NORMAL]       	= "#f0f0f0"
	bg[ACTIVE]       	= "#555753"
	bg[PRELIGHT]     	= "#555753"
	bg[SELECTED]     	= "#555753"
	bg[INSENSITIVE]  	= "#f0f0f0"

	base[NORMAL]     	= "#f0f0f0"
	base[ACTIVE]     	= "#f0f0f0"
	base[PRELIGHT]   	= "#f0f0f0"
	base[INSENSITIVE]	= "#f0f0f0"
	base[SELECTED]   	= "#f0f0f0"
}

style "theme-clock"
{
  fg[NORMAL]		= "#6BCEDD"
  fg[PRELIGHT]		= "#ffffff"
  fg[ACTIVE]		= "#ffffff"
}

style "theme-notebook" = "theme-wide"
{
  ythickness = 0
  base[SELECTED] = "#9cbcdf"
  bg[NORMAL]     = "#f0f0f0"
  bg[ACTIVE]     = "#f0f0f0"
}

style "metacity-frame"
{
  bg[INSENSITIVE]  = "#f0f0f0"
  fg[INSENSITIVE]  = "#5E5C4F"
  bg[SELECTED]  = "#555753"
  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 "GtkCombo"  style "theme-button"
class "GtkRange"  style "theme-button"
class "GtkFrame"  style "theme-wide"
class "GtkMenu"   style "theme-menu"
class "GtkEntry"  style "theme-button"
class "GtkMenuItem"    style "theme-menu-item"
class "GtkMenuLine"	style "theme-default"
class "GtkStatusbar"   style "theme-wide"
class "GtkNotebook"    style "theme-notebook"
class "GtkProgressBar" style "theme-progressbar"
class "GtkCheckButton" style "theme-button"
class "GtkRadioButton" style "theme-button"
class "*MenuBar*"  style "theme-menu-item"
widget_class "*MenuItem.*" style "theme-menu-item"
class "*Panel*" style "theme-panel-bg"
class "*notif*" style "theme-panel-bg"
class "*Notif*" style "theme-panel-bg"
class "*Tray*" style "theme-panel-bg"
class "*tray*" style "theme-panel-bg"
class "*Netstatus*" style "theme-panel-bg"
class "*netstatus*" style "theme-panel-bg"
class "*clock*"				style "theme-clock"
class "*clock*"				style "theme-clock"
widget "*clock-applet*"		style "theme-clock"

# tooltips stuff
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"

# notebook stuff
widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"

# scrollbars
widget_class "*Scrollbar*"  style "theme-scrollbars"
class "*Scrollbar*"         style "theme-scrollbars"

# panelbuttons
widget_class "*Panel*GtkButton"	style "theme-panel-buttons"
widget_class "*Panel*GtkToggleButton"	style "theme-panel-buttons"
