2013-10-30 01:28:07 +00:00
|
|
|
style "notify-window" {
|
2013-10-25 19:25:55 +00:00
|
|
|
XfceNotifyWindow::summary-bold = 1
|
2013-10-30 01:28:07 +00:00
|
|
|
XfceNotifyWindow::border-color = "#2d2d2d"
|
|
|
|
XfceNotifyWindow::border-color-hover = "#333333"
|
2013-10-25 19:25:55 +00:00
|
|
|
XfceNotifyWindow::border-radius = 2.0
|
2013-10-30 01:28:07 +00:00
|
|
|
XfceNotifyWindow::border-width = 1.0
|
2013-10-25 19:25:55 +00:00
|
|
|
XfceNotifyWindow::border-width-hover = 1.0
|
2013-10-30 01:28:07 +00:00
|
|
|
|
|
|
|
bg[NORMAL] = "#111111"
|
2013-10-25 19:25:55 +00:00
|
|
|
}
|
|
|
|
|
2013-10-30 01:28:07 +00:00
|
|
|
style "notify-button" {
|
|
|
|
bg[NORMAL] = "#2d2d2d"
|
|
|
|
bg[PRELIGHT] = "#333333"
|
|
|
|
bg[ACTIVE] = "#2d2d2d"
|
|
|
|
|
|
|
|
fg[NORMAL] = "#dcdcdc"
|
|
|
|
fg[PRELIGHT] = "#dedede"
|
|
|
|
|
2013-10-25 19:25:55 +00:00
|
|
|
engine "murrine" {
|
2013-10-30 01:28:07 +00:00
|
|
|
border_shades = { 2.0, 2.0 }
|
2013-10-25 19:25:55 +00:00
|
|
|
roundness = 2
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-30 01:28:07 +00:00
|
|
|
style "notify-text" {
|
|
|
|
GtkWidget::link-color = "#d64937"
|
|
|
|
|
|
|
|
fg[NORMAL] = "#f9f9f9"
|
2013-10-25 19:25:55 +00:00
|
|
|
}
|
|
|
|
|
2013-10-30 01:28:07 +00:00
|
|
|
style "notify-summary" {
|
2013-10-25 19:25:55 +00:00
|
|
|
font_name = "Bold"
|
|
|
|
}
|
|
|
|
|
2013-10-30 01:28:07 +00:00
|
|
|
style "notify-progressbar" {
|
2013-10-25 19:25:55 +00:00
|
|
|
xthickness = 1
|
|
|
|
ythickness = 1
|
|
|
|
|
2013-10-30 01:28:07 +00:00
|
|
|
bg[NORMAL] = "#dcdcdc"
|
|
|
|
bg[ACTIVE] = "#2d2d2d"
|
|
|
|
bg[SELECTED] = "#dedede"
|
|
|
|
|
|
|
|
fg[PRELIGHT] = "#333333"
|
2013-10-25 19:25:55 +00:00
|
|
|
|
|
|
|
engine "murrine" {
|
2013-10-30 01:28:07 +00:00
|
|
|
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
|
|
|
|
border_shades = { 1.0, 1.0 }
|
|
|
|
trough_shades = { 1.0, 1.0 }
|
|
|
|
trough_border_shades = { 1.0, 1.0 }
|
|
|
|
progressbarstyle = 0
|
|
|
|
roundness = 2
|
2013-10-25 19:25:55 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
class "XfceNotifyWindow" style "notify-window"
|
|
|
|
widget "XfceNotifyWindow.*.summary" style "notify-summary"
|
|
|
|
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"
|