# A-Warm-Place GTK+ Color theme
# By Reeve (Scott Barnes, reeve@ductape.net)
# April 21, 2000
# Clean, and pretty gtk look and feel.
#
#

style "default"
{
        font = "-adobe-helvetica-normal-r-normal--14-*-*-*-*-*-*-*"
        bg[SELECTED] = { 1.0, 0.47, 0.0 }
        fg[SELECTED] = { 0.0, 0.0, 0.0 }
        bg[ACTIVE] = { 0.9, 0.37, 0.0 }
        fg[ACTIVE] = { 0.0, 0.0, 0.0 }
        bg[NORMAL] = { 0.9, 0.37, 0.0 }
        bg[PRELIGHT] = { 1.0, 0.47 , 0.0 }
        bg[INSENSITIVE] = { 0.9, 0.37, 0.0 }
        fg[NORMAL] = { 0.0, 0.0, 0.0 }
        text[SELECTED] = { 0.0, 0.0, 0.0 }
        base[SELECTED] = { 1.0, 0.47, 0.0 }
        text[NORMAL] = { 0.0, 0.0, 0.0 }
        base[NORMAL] = { 1.0, 1.0, 1.0 }
		engine "notif" {}
}

style "text"
{
        fg[SELECTED] = { 0.0, 0.0, 0.0 }
        bg[SELECTED] = { 1.0, 0.47, 0.0 }
        fg[NORMAL] = { 0.0, 0.0, 0.0 }
        bg[NORMAL] = { 1.0, 1.0, 1.0 }
}

widget_class "*" style "default"
widget_class "*Edit*" style "text"
widget_class "*Text*" style "text"
widget_class "*GtkEntry*" style "text"
