style "progress"
{
        bg[NORMAL] = {0.75, 0.75, 1.0}
# foreground
	bg[PRELIGHT] = { 0.738, 0.625, 0.887 }
#        bg[PRELIGHT] = { 0.6, 0.5 , 0.75 }
# background
        bg[ACTIVE] = { 0.75, 0.75, 1.0} 
        bg[INSENSITIVE] = { 0.6, 0.5 , 0.75 }
}

style "all"
{
	bg[NORMAL] = {0.75, 0.75, 1.0}
	bg[PRELIGHT] = { 0.738, 0.625, 0.887 }
#	bg[PRELIGHT] = { 0.6, 0.5 , 0.75 }
	bg[ACTIVE] = { 0.65, 0.65, 0.9} 
	bg[INSENSITIVE] = { 0.8, 0.8, 1.0 }
}

style "window"
{
        bg[NORMAL] = {0.75, 0.75, 1.0}
        bg[ACTIVE] = {0.65, 0.65, 0.9}
        bg[PRELIGHT] =  {0.7 , 0.7 , 0.9}
	bg[INSENSITIVE] = { 0.8, 0.8, 1.0 }
}


style "button" = "all"
{
}

widget_class "GtkWindow" style "window"
widget_class "GtkDialog" style "window"
widget_class "GtkFileSelection" style "window"
widget_class "*Gtk*Scale" style "button"
widget_class "*Gtk*Button*" style "button"
widget_class "*Gtk*Menu*" style "button"
widget_class "*Gtk*List*" style "button"
widget_class "*Gtk*Viewport*" style "button"
widget_class "*Gtk*Notebook" style "window"
widget_class "*Gtk*Box" style "window"
widget_class "*Gtk*Progress*" style "progress"
