gtk-color-scheme = "ntext:white\ndark_text:black\nselection:#70AE6C\nbackground:#3c3b37\nlight_background:#d2dbdf"

style "crunch-notif-window" {
    XfceNotifyWindow::summary-bold = 1
    bg[NORMAL] = @background
    XfceNotifyWindow::border-color = shade (1.6, @background)
    XfceNotifyWindow::border-radius = 10.0
    XfceNotifyWindow::border-width = 1.0
}
class "XfceNotifyWindow" style "crunch-notif-window"

style "crunch-notif-button" {
	xthickness = 2
	ythickness = 2

    bg[NORMAL] = @background
    bg[PRELIGHT] = shade (1.1, @background)
    fg[NORMAL] = @text
    fg[PRELIGHT] = @text

	engine "murrine" {
		border_shades       = {1.1,0.9}
		contrast            = 0.8
		gradient_shades		= {1.1, 1.0, 1.0, 0.9}
		highlight_shade     = 1.00
		lightborder_shade   = 1.7
		reliefstyle         = 3
		shadow_shades       = {0.8,0.2}
	}
}
widget_class "XfceNotifyWindow.*.GtkButton*" style "crunch-notif-button"

style "crunch-notif-text" {
    fg[NORMAL] = @text
    GtkWidget::link-color = @selection
}
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "crunch-notif-text"

style "crunch-notif-progressbar" {
	xthickness   = 1
	ythickness   = 1

	fg[PRELIGHT] = @dark_text
	bg[NORMAL]   = @light_background
	bg[SELECTED] = @light_background

	engine "murrine" {
		gradient_shades = {1.1,0.95,1.1,0.85}
		contrast	= 0.5
		border_shades	= { 0.9, 0.9 }
		progressbarstyle    = 0
	}
}
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "crunch-notif-progressbar"
widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "crunch-notif-progressbar"

