# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
#
# include "rc-file"
#
# style <name> [= <name>]
# {
#   <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>

style "default"
{
  fg[NORMAL] = "#000000"
  fg[ACTIVE] = "#000000"
  fg[PRELIGHT] = "#000000"
  fg[SELECTED] = "#ffffff"
  fg[INSENSITIVE] = "#333333"

  bg[NORMAL] = "#c6c3c6"
  bg[ACTIVE] = "#c6c3c6"
  bg[PRELIGHT] = "#c6c3c6"
  bg[SELECTED] = "#34426d"
  bg[INSENSITIVE] = "#c6c3c6"

  text[NORMAL] = "#000000"
  text[ACTIVE] = "#000000"
  text[PRELIGHT] = "#000000"
  text[SELECTED] = "#000000"
  text[INSENSITIVE] = "#000000"

  base[NORMAL] = "#f7f3f7"
  base[ACTIVE] = "#ffffff"
  base[PRELIGHT] = "#c6c3c6"
  base[SELECTED] = "#34426d"
  base[INSENSITIVE] = "#c6c3c6"
  
  font="-ttf-tahoma-medium-r-normal-*-11-*-*-*-p-*-iso8859-1"

engine "raleigh" 
    {
    }
}

class "GtkWidget" style "default"
