numix-gtk-theme/xfce-notify-4.0/gtkrc

74 lines
1.8 KiB
Plaintext
Raw Normal View History

2013-10-30 01:28:07 +00:00
style "notify-window" {
2013-10-25 19:25:55 +00:00
XfceNotifyWindow::summary-bold = 1
2015-05-31 16:20:35 +00:00
XfceNotifyWindow::border-color = "#444444"
2013-10-30 01:28:07 +00:00
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" {
2015-05-31 16:20:35 +00:00
bg[NORMAL] = "#444444"
bg[PRELIGHT] = "#555555"
bg[ACTIVE] = "#444444"
2013-10-30 01:28:07 +00:00
2015-05-31 16:20:35 +00:00
fg[NORMAL] = "#eeeeee"
fg[PRELIGHT] = "#eeeeee"
fg[ACTIVE] = "#eeeeee"
2013-10-30 01:28:07 +00:00
2013-10-25 19:25:55 +00:00
engine "murrine" {
2013-12-03 02:18:09 +00:00
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
border_shades = { 0.9, 0.9 }
2013-10-25 19:25:55 +00:00
roundness = 2
2013-12-03 02:18:09 +00:00
textstyle = 0
2013-10-25 19:25:55 +00:00
}
}
2013-10-30 01:28:07 +00:00
style "notify-text" {
2015-05-22 14:56:20 +00:00
GtkWidget::link-color = "#f0544c"
2013-10-30 01:28:07 +00:00
fg[NORMAL] = "#f9f9f9"
2013-12-03 02:18:09 +00:00
fg[PRELIGHT] = "#f9f9f9"
fg[ACTIVE] = "#f9f9f9"
engine "murrine" {
textstyle = 0
}
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
2015-05-31 16:20:35 +00:00
bg[NORMAL] = "#eeeeee"
bg[ACTIVE] = "#444444"
bg[SELECTED] = "#eeeeee"
2013-10-30 01:28:07 +00:00
fg[PRELIGHT] = "#333333"
2013-12-03 02:18:09 +00:00
fg[ACTIVE] = "#f9f9f9"
fg[SELECTED] = "#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-12-03 02:18:09 +00:00
textstyle = 0
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"