# Edit these colors and fonts however you like.
style "default"
{
  GtkRange::slider_width = 14
  GtkRange::stepper_size = 14
  GtkScrollbar::min_slider_length = 14
  GtkCheckButton::indicator_size = 12

  fg[ACTIVE]		= "#000000"
  fg[NORMAL]		= "#000000"
  fg[INSENSITIVE]	= "#999989"
  fg[PRELIGHT]		= "#ffffff"
  fg[SELECTED]		= "#ffffff"

  bg[ACTIVE]		= "#bebfae"
  bg[NORMAL]		= "#dedfce"
  bg[INSENSITIVE]	= "#eeeee0"
  bg[PRELIGHT]		= "#9f9f93"
  bg[SELECTED]		= "#9f9f93"

  base[ACTIVE]		= "#9f9f9f"
  base[NORMAL]		= "#ffffff"
  base[INSENSITIVE]	= "#ddddcf"
  base[PRELIGHT]	= "#f0f0f0"
  base[SELECTED]	= "#9f9f93"

  text[ACTIVE]		= "#000000"
  text[INSENSITIVE]	= "#747474"
  text[SELECTED]	= "#ffffff"
  font_name = "Tahoma 11"
  #font_name = "Sans 10"
  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"
{
  	
	text[PRELIGHT]          = "#ffffff"
        fg[PRELIGHT]          = "#ffffff"
	#bg[PRELIGHT]     = "#ccccbe" 
	#text[PRELIGHT]					= { 1.0, 1.0, 1.0 }
	engine "redmond95" { }
}
style "togglebuttons" = "default"
{
   engine "redmond95" { }
}

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






