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

  fg[NORMAL]       = "#000000"
  fg[ACTIVE]       = "#000000"
  fg[PRELIGHT]     = "#ffffff"
  fg[SELECTED]     = "#FFFFFF"
  fg[INSENSITIVE]  = "#8b8d99"  
  
  bg[NORMAL]       = "#e5e5ca" 
  bg[ACTIVE]       = "#e3dcb2" 
  bg[PRELIGHT]     = "#ecaf1e" 
  bg[SELECTED]     = "#9c8173" 
  bg[INSENSITIVE]  = "#949180" 
  
  base[NORMAL]     = "#ffffff"
  base[SELECTED]   = "#857d78"
  base[ACTIVE]     = "#a0a1a5"
  base[PRELIGHT]   = "#f0f0f0"
  base[INSENSITIVE]= "#cdcfd8"
  
  text[INSENSITIVE]= "#747474"
  text[SELECTED]   = "#ffffff"
  text[ACTIVE]     = "#000000"

  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"






