include "icons/iconrc"

style "whiteplate-default"
{
  GtkWidget::interior_focus = 1
  GtkButton::default_border = { 3, 3, 3, 3 }
  GtkButton::default_outside_border = { 3, 3, 3, 3 }
  GtkRange::trough_border = 0

  GtkWidget::focus_padding = 1

  GtkPaned::handle_size = 7
  
  GtkRange::slider_width = 15
  GtkRange::stepper_size = 15
  GtkScrollbar::min_slider_length = 30
  GtkCheckButton::indicator_size = 13
  GtkRadioButton::indicator_size = 13
  GtkMenuBar::internal-padding = 0
  GtkMenuBar::trough_border = 50
  
  GtkButton::child_displacement_x = 0
  GtkButton::child_displacement_y = 1

  PanelMenu::stripe-color = { 0.60, 0.61, 0.60 }

  GtkMenuItem::selected_shadow_type = GTK_SHADOW_IN

  #GtkOptionMenu::indicator_size = { 11, 6 }
  #GtkOptionMenu::indicator_spacing = { 4, 5, 2, 2 }

  xthickness = 1
  ythickness = 1
  
  bg[NORMAL]      = "#f0f0f0"
  bg[NORMAL]      = "#f0f0f0"
  bg[PRELIGHT]	  = "#f0f0f0"
  bg[ACTIVE]	  = "#d9d9d9"
  bg[INSENSITIVE] = "#d9d9d9"
  bg[SELECTED]    = "#99bbee"
  
  fg[PRELIGHT]    = "#202020"
  
  base[SELECTED]  = "#7799dd"
  text[SELECTED]  = "#ffffff"

  engine "industrial" {}
}

style "whiteplate-unrounded" = "whiteplate-default"
{
  engine "industrial" 
    {
      rounded_buttons = FALSE
    }
}

style "whiteplate-wide" = "whiteplate-default"
{
  bg[NORMAL] = "#f6f6f6"
  xthickness = 2
  ythickness = 2
}

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

style "whiteplate-arrows" = "whiteplate-default"
{
  fg[NORMAL] = { 0.2,0.2,0.2 }
}

style "whiteplate-menu" = "whiteplate-default"
{
  xthickness = 3
  ythickness = 3

  bg[PRELIGHT]  = "#7799dd"
  bg[SELECTED]  = "#7799dd"
  fg[PRELIGHT]  = "#ffffff"
  fg[SELECTED]  = "#ffffff"
}

style "whiteplate-menu-separator" = "whiteplate-default"
{
  xthickness = 3
  ythickness = 3

  bg[PRELIGHT]  = "#7799dd"
  bg[SELECTED]  = "#7799dd"
  fg[PRELIGHT]  = "#ffffff"
  fg[SELECTED]  = "#ffffff"
}

style "whiteplate-menubar" = "whiteplate-default"
{
  fg[NORMAL] = "#f0f0f0"
  xthickness = 0
  ythickness = 0
}

style "whiteplate-handlebox" = "whiteplate-default"
{
  fg[NORMAL] = "#f0f0f0"
}

style "whiteplate-paned" = "whiteplate-default"
{
  xthickness = 10
  ythickness = 10
}

style "whiteplate-tree" = "whiteplate-default"
{
  engine "industrial" 
    {
      rounded_buttons = FALSE
    }
  xthickness = 2
  ythickness = 2
}

style "whiteplate-frame-title" = "whiteplate-default"
{
  fg[NORMAL] = { 0.25,0.25,0.25 }
}

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

style "whiteplate-tooltips" = "whiteplate-default"
{
  xthickness = 4
  ythickness = 4
  bg[NORMAL] = { 0.9,0.9,0.9 }
}

style "metacity-frame"
{

	# Normal base color
 	bg[NORMAL]      = "#f0f0f0"

	# Unfocused title background color
	bg[INSENSITIVE]	= "#f0f0f0"

	# Unfocused title text color
	fg[INSENSITIVE]	= { 0.15, 0.15, 0.15 }

	# Focused icon color
	fg[NORMAL]	= { 0.2, 0.2, 0.2 }

	# Focused title background color
	bg[SELECTED]	= "#7799dd"
	
	# Focused title text color
	fg[SELECTED]	= "white"
}

#class "Gtk*Paned" style "whiteplate-paned"

widget "*.tasklist-button" style "whiteplate-unrounded"
widget_class "*.GtkTreeView.*" style "whiteplate-tree"
widget_class "*.GtkList.*" style "whiteplate-tree"
widget_class "*.GtkCList.*" style "whiteplate-tree"
widget_class "*.ETree.*" style "whiteplate-tree"
widget_class "*.ETable.*" style "whiteplate-tree"

class "GtkNotebook" style "whiteplate-wide"
class "GtkWidget" style "whiteplate-default"
class "GtkButton" style "whiteplate-wide"
class "GtkRange" style "whiteplate-wide"
class "GtkMenu" style "whiteplate-wide"
class "Gtk*Bar" style "whiteplate-menubar"
class "*Tool*" style "whiteplate-menubar"
class "*Handle*" style "whiteplate-menubar"
class "*Bonobo*" style "whiteplate-handlebox"
class "GtkFrame" style "whiteplate-wide"
class "GtkStatusbar" style "whiteplate-wide"
class "GtkMenuItem" style "whiteplate-menu"
widget_class "*.GtkMenuItem.*" style "whiteplate-menu"
widget_class "*.GtkAccelMenuItem.*" style "whiteplate-menu"
widget_class "*.GtkRadioMenuItem.*" style "whiteplate-menu"
widget_class "*.GtkCheckMenuItem.*" style "whiteplate-menu"
widget_class "*.GtkImageMenuItem.*" style "whiteplate-menu"
widget_class "*.GtkSeparatorMenuItem.*" style "whiteplate-menu-separator"
class "GtkEntry" style "whiteplate-wide"
widget_class "*.tooltips.*.GtkToggleButton" style "whiteplate-tasklist"
widget_class "*.GtkFrame.GtkLabel" style "whiteplate-frame-title"
widget_class "*.GtkFrame.GtkCheckButton.GtkLabel" style "whiteplate-frame-title"
class "MetaFrames" style "metacity-frame"
class "GtkVScrollbar" style "whiteplate-arrows"
class "GtkHScrollbar" style "whiteplate-arrows"
widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "whiteplate-panel"
widget "gtk-tooltips" style "whiteplate-tooltips"
