include "iconrc"

style "default"
{
  bg[NORMAL]        = "#e8e9ed"
  bg[PRELIGHT]      = "#e9ecf2" 
  bg[SELECTED]	    = "#39698a" 
  bg[INSENSITIVE]   = "#efebe5" 
  bg[ACTIVE]        = "#bec1c7" 

  engine "nimbus" 
    {
      light_theme
    }
}


style "entry"  = "default"
{
  bg[NORMAL] = "white"
  bg[INSENSITIVE] = "#dee0e5"
  base[INSENSITIVE] = "#dee0e5"
  base[SELECTED] = "#0e5a8f"
  engine "nimbus"
  {
      light_theme
  }
}

style "scrollbar" = "default"
{
  GtkRange::slider_width = 13
  GtkRange::stepper_size = 17
  GtkScrollbar::min_slider_length = 31
  GtkScale::slider-length= 14
}

style "pane" = "default"
{
  GtkPaned::handle_size = 10
}

style "menu" = "default"
{
  bg[NORMAL]        = "#eff0f2"
  bg[PRELIGHT]      = "#39698a"
  PanelMenu::stripe-enabled = FALSE
}

style "PanelFrame"
{
  xthickness = 1
  ythickness = 1
}

class "Panel*" style "PanelFrame"
class "PanelMenuBar" style "default"
class "WnckSelector" style "default"
class "GtkMenu*" style "menu"
class "GtkScale" style "scrollbar"
class "GtkTreeView" style "entry"
class "GtkWidget" style "default"
class "GtkEntry" style "entry"
class "GtkScrollbar" style "scrollbar"
class "GtkPaned" style "pane"

style "notebook" = "default" {
	xthickness = 1
	ythickness = 5
}

widget_class "*<GeditNotebook>" style "notebook"

style "tips" 
{
  bg[NORMAL] = "#ffffcc"
}

widget "gtk-tooltip*" style "tips"
