# rmDarkness GTK+ Color theme
# By stimuli <stimulusresponse@hotmail.com>
# Oct 22, 2001

style "default"
{
 font = "snap" 
 fg[NORMAL] = "#bfc7d9"
 fg[ACTIVE] = "#bfc7d9"
 fg[PRELIGHT] = "#e6f0fd"
 fg[SELECTED] = "#e6f0fd"
 fg[INSENSITIVE] = "#abb3d9"
 bg[NORMAL] = "#666666"
 bg[ACTIVE] = "#575757"
 bg[PRELIGHT] = "#5c667f"
 bg[SELECTED] = "#4c667f"
 bg[INSENSITIVE] = "#474b4f"
 base[NORMAL] = "#4c5159"
 base[ACTIVE] = "#4c667f"
 base[PRELIGHT] = "#0c141e"
 base[SELECTED] = "#4c667f"
 base[INSENSITIVE] = "#0c141e"
}
# Apply the styles above to various widgets...

class "GtkWidget" style "default"