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

style "default"
{
 font = "-b&h-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] = "#bcbcbc"
 text[NORMAL] = "#000000"
 text[ACTIVE] = "#000000"
 text[PRELIGHT] = "#000000"
 text[SELECTED] = "#000000"
 text[INSENSITIVE] = "#000000"
 base[NORMAL] = "#cdcdcd"
 base[ACTIVE] = "#cdcdcd"
 base[PRELIGHT] = "#cdcdcd"
 base[SELECTED] = "#486591"
 base[INSENSITIVE] = "#9c9c9c"
}

style "menu"
{
 bg[INSENSITIVE] = "#cdcdcd"
}


style "whitebg"
{
  base[NORMAL] = "#ffffff"
}

style "button_bold"
{
 font = "-*-lucida-bold-r-*-*-10-*-*-*-*-*-*-*"
 # fg[PRELIGHT] = "#ffffff"
}

style "hilight"
{
 fg[PRELIGHT] = "#ffffff"
 fg[ACTIVE]   = "#ffffff"
}

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

widget "*GtkButton*" style "button_bold"

widget "*Menu*" style "hilight"
widget "*Option*" style "hilight"
widget "*Item*" style "hilight"
widget "*Accel*" style "hilight"

class "GtkMenu" style "menu"
class "GtkCList" style "whitebg"
class "GtkEntry" style "whitebg"
class "GtkWidget" style "default"
