# Bunsen-Dark by hhh (hsumen@bunsenlabs.org)
# based on
# Theme: waldorf Xfce4 notification theme
# Description: A default theme for CrunchBang Waldorf
# Author: Philip Newborough <corenominal@corenominal.org>
# Web: http://crunchbang.org/
# -------------------------------------------------------
style "bunsen-notify-window"
{
    bg[NORMAL] = "#3c3c3c" 
    XfceNotifyWindow::border-color = "#3c3c3c"
    XfceNotifyWindow::border-color-hover = "#919191"
    XfceNotifyWindow::border-radius =0.0
    XfceNotifyWindow::border-width = 2.0
    XfceNotifyWindow::border-width-hover = 2.0
    XfceNotifyWindow::summary-bold = 1
}
class "XfceNotifyWindow" style "bunsen-notify-window"

style "bunsen-notify-button"
{
    bg[NORMAL] = "#3c3c3c"
    bg[PRELIGHT] = "#545454"
    fg[NORMAL] = "#d9d9d9"
    fg[PRELIGHT] = "#d9d9d9"
}

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

style "bunsen-notify-progressbar"
{
	xthickness   = 1
	ythickness   = 1
  
        bg[SELECTED] = "#919191"
        bg[ACTIVE]   = "#454545"

	GtkProgressBar::min-vertical-bar-width = 4
	GtkProgressBar::min-horizontal-bar-height = 4

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

style "bunsen-summary"
{
    font_name = "Bold"
}


widget "XfceNotifyWindow.*.summary" style "bunsen-summary"
widget_class "XfceNotifyWindow.*.GtkButton*" style "bunsen-notify-button"
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "bunsen-notify-text"
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "bunsen-notify-progressbar"
widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "bunsen-notify-progressbar"

