
include "iconrc"

style "default"
{
  GtkRange::slider_width = 12
  GtkRange::stepper_size = 12
  GtkScrollbar::min_slider_length = 14
  GtkCheckButton::indicator_size = 12
  GtkCheckMenuItem::indicator_size = 12

  fg[NORMAL]      = { 0.0, 0.0, 0.0 }
  fg[ACTIVE]      = { 0.25, 0.22, 0.28 }
  fg[INSENSITIVE] = { 0.4, 0.4, 0.4 }
  fg[PRELIGHT]    = { 0.15, 0.12, 0.18 }
  fg[SELECTED]    = { 1.0, 1.0, 1.0 }
        
  bg[NORMAL]      = { 0.95, 0.95, 0.95 }
  bg[PRELIGHT]	  = { 1.0, 1.0, 1.0 }
  bg[ACTIVE]	  = { 0.75, 0.71, 0.80 }
  bg[SELECTED]    = { 0.75, 0.71, 0.80 }
  bg[INSENSITIVE] = { 0.8, 0.8, 0.8 }

  base[NORMAL]      = { 1.0, 1.0, 1.0 }
  base[ACTIVE]      = { 0.90, 0.90, 0.90 }
  base[INSENSITIVE] = { 1.0, 1.0, 1.0 }
  base[PRELIGHT]    = { 0.90, 0.90, 0.90 }
  base[SELECTED]    = { 0.55, 0.52, 0.58 }
        
  text[NORMAL]      = { 0.0, 0.0, 0.0 }
  text[ACTIVE]      = { 0.0, 0.0, 0.0 }
  text[PRELIGHT]    = { 0.0, 0.0, 0.0 }
  text[SELECTED]    = { 0.95, 0.92, 0.98 }
  text[INSENSITIVE] = { 0.0, 0.0, 0.0 }

  engine "thinice"
  {
    # Do you want the scrollbar handles rectangular or a bit shaped?
    rect_scrollbar = TRUE

    # The following variables are semi-generic, can be applied to
    # different widget classes etc..

    # Mark type 1 is used on scrollbar handles, handleboxes etc
    mark_type1 = DOT
    # Mark type 2 is used on scrollbar buttons
    mark_type2 = ARROW
  }
}

style "menu" = "default"
{
  bg[PRELIGHT]     = "#ffffff" 
		text[PRELIGHT]					= { 1.0, 1.0, 1.0 }
		engine "redmond95" { }
}

style "togglebuttons" = "default"
{
   engine "redmond95" { }
}

style "lila-simple-menu" = "default"
{
  bg[PRELIGHT]    = { 0.55, 0.51, 0.6 }
  bg[SELECTED]    = { 0.65, 0.61, 0.7 }

  fg[PRELIGHT]  = { 0.95, 0.92, 0.98 }
  fg[SELECTED]  = { 1.0, 1.0, 1.0 }
}

style "metacity-frame"
{

	# Normal base color
 	bg[NORMAL]      = { 0.97, 0.97, 0.97 }

	# Unfocused title background color
	bg[INSENSITIVE]	= { 0.9, 0.89, 0.91 }

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

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

	# Focused title background color
	bg[SELECTED]	= { 0.65, 0.61, 0.7 }
	
	# Focused title text color
	fg[SELECTED]	= { 1.0, 1.0, 1.0 }
}

class "GtkWidget" style "default"
class "GtkMenuItem*"	style "menu"
class "GtkCheckButton" style "togglebuttons"
class "GtkRadioButton" style "togglebuttons"

class "GtkMenuItem" style "lila-simple-menu"
widget_class "*.GtkMenuItem.*" style "lila-simple-menu"
widget_class "*.GtkAccelMenuItem.*" style "lila-simple-menu"
widget_class "*.GtkRadioMenuItem.*" style "lila-simple-menu"
widget_class "*.GtkCheckMenuItem.*" style "lila-simple-menu"
widget_class "*.GtkImageMenuItem.*" style "lila-simple-menu"

class "MetaFrames" style "metacity-frame"
