2015-05-26 21:14:46 +02:00

49 lines
1.1 KiB
Plaintext

style "notify-window"
{
XfceNotifyWindow::summary-bold = 1
XfceNotifyWindow::border-color = "#ffffff"
XfceNotifyWindow::border-radius = 10.0
XfceNotifyWindow::border-width = 0.0
bg[NORMAL] = "#111"
}
style "notify-button"
{
bg[NORMAL] = "#202020"
bg[PRELIGHT] = "#404040"
fg[NORMAL] = "#ffffff"
fg[PRELIGHT] = "#ffffff"
engine "murrine" {
roundness = 4
}
}
style "notify-text"
{
fg[NORMAL] = "#ffffff"
GtkWidget::link-color = "#a7a7a7"
}
style "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 "notify-window"
widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button"
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text"
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar"
widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar"