#     This GTK theme is inspired by the soothing interface
#     and colors from gv.  I also have an Xdefaults file
#     defined similarly, e-mail me if you are interested
#     in it.
#
#     Copyright(c) 1999 Justin Smith     justins(at)chaos2.org
#
#
# NORMAL       -  normal state, nothing happening
# PRELIGHT     -  mouse hovering over object (no click)
# ACTIVE       -  mouse clicked on object 
# INSENSITIVE  -  cannot be selected (disabled)
# SELECTED     -  object is selected (highlight)
#
#
# fg     -  Foreground of a widget
# bg     -  Background of a widget
# base   -  Color of the window
#

style "default" {
   fg[NORMAL]        = "#000000"
   text[NORMAL]      = "#000000"
   bg[NORMAL]        = "#c8b8a8"
   base[NORMAL]      = "#e0bcbc"
  
   fg[ACTIVE]        = "#000000"
   text[ACTIVE]      = "#000000"
   bg[ACTIVE]        = "#d8c8b8"
   base[ACTIVE]      = "#f0cccc"

   fg[PRELIGHT]      = "#000000"
   text[PRELIGHT]    = "#000000"
   bg[PRELIGHT]      = "#d8c8b8"
   base[PRELIGHT]    = "#f0cccc"
   
   fg[SELECTED]      = "#e0bcbc"
   text[SELECTED]    = "#e0bcbc"
   bg[SELECTED]      = "#000000"
   base[SELECTED]    = "#000000"

   fg[INSENSITIVE]   = "#7a6a5a"
   text[INSENSITIVE] = "#7a6a5a"
   bg[INSENSITIVE]   = "#d3c3b3"
   base[INSENSITIVE] = "#988c8c"
   
   font              = "lucidasans-10"
}


widget "*"     style "default"
