style "greybird-notify-window"
{
    XfceNotifyWindow::summary-bold = 1
    bg[NORMAL] = "#111" 
    XfceNotifyWindow::border-color = "#ffffff"
    XfceNotifyWindow::border-radius = 10.0
    XfceNotifyWindow::border-width = 1.0
}

style "greybird-notify-button"
{
    bg[NORMAL] = "#202020"
    bg[PRELIGHT] = "#404040"
    fg[NORMAL] = "#ffffff"
    fg[PRELIGHT] = "#ffffff"
}

style "greybird-notify-text"
{
    fg[NORMAL] = "#ffffff"
    GtkWidget::link-color = "#a7a7a7"
}

style "greybird-notify-progressbar"
{
	xthickness   = 1
	ythickness   = 1

	fg[PRELIGHT] = "#000000"
	bg[NORMAL]   = "#dbdbdb"
	bg[SELECTED] = "#dbdbdb"

	engine "murrine" {
		gradient_shades = {1.1,0.95,1.1,0.85}
		contrast	= 0.5
		border_shades	= { 0.9, 0.9 }
		progressbarstyle    = 0
	}
}

class "XfceNotifyWindow" style "greybird-notify-window"
widget_class "XfceNotifyWindow.*.GtkButton*" style "greybird-notify-button"
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "greybird-notify-text"
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "greybird-notify-progressbar"
widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "greybird-notify-progressbar"

