#-#-#-#
#
# Begin the GTK+ theme, starting by defining styles...
#

style "default"
{
 font = "-*-lucida-medium-r-normal-*-*-100-*-*-p-*-iso8859-1"
 fg[NORMAL] = "#000000"
 fg[ACTIVE] = "#000000"
 fg[PRELIGHT] = "#ffffff"
 fg[SELECTED] = "#ffffff"
 fg[INSENSITIVE] = "#777777"
 bg[NORMAL] = "#cdcdcd"
 bg[ACTIVE] = "#9c9c9c"
 bg[PRELIGHT] = "#778394"
 bg[SELECTED] = "#778394"
 bg[INSENSITIVE] = "#cdcdcd"
 text[NORMAL] = "#000000"
 text[ACTIVE] = "#000000"
 text[PRELIGHT] = "#000000"
 text[SELECTED] = "#000000"
 text[INSENSITIVE] = "#000000"
 base[NORMAL] = "#ffffff"
 base[ACTIVE] = "#ffffff"
 base[PRELIGHT] = "#cdcdcd"
 base[SELECTED] = "#778394"
 base[INSENSITIVE] = "#cdcdcd"
}

style "button_bold"
{
 font = "-*-lucida-bold-r-*-*-*-*-*-*-*-*-*-*"
}
  

#-#-#-#
#
# Apply the styles above to various widgets...
#

widget "*GtkButton*" style "button_bold"
class "GtkWidget" style "default"
