gtkrc (1814B)
1 style "notify-window" { 2 XfceNotifyWindow::summary-bold = 1 3 XfceNotifyWindow::border-color = "#444444" 4 XfceNotifyWindow::border-color-hover = "#333333" 5 XfceNotifyWindow::border-radius = 2.0 6 XfceNotifyWindow::border-width = 1.0 7 XfceNotifyWindow::border-width-hover = 1.0 8 9 bg[NORMAL] = "#111111" 10 } 11 12 style "notify-button" { 13 bg[NORMAL] = "#444444" 14 bg[PRELIGHT] = "#555555" 15 bg[ACTIVE] = "#444444" 16 17 fg[NORMAL] = "#eeeeee" 18 fg[PRELIGHT] = "#eeeeee" 19 fg[ACTIVE] = "#eeeeee" 20 21 engine "murrine" { 22 gradient_shades = { 1.0, 1.0, 1.0, 1.0 } 23 border_shades = { 0.9, 0.9 } 24 roundness = 2 25 textstyle = 0 26 } 27 } 28 29 style "notify-text" { 30 GtkWidget::link-color = "#f0544c" 31 32 fg[NORMAL] = "#f9f9f9" 33 fg[PRELIGHT] = "#f9f9f9" 34 fg[ACTIVE] = "#f9f9f9" 35 36 engine "murrine" { 37 textstyle = 0 38 } 39 } 40 41 style "notify-summary" { 42 font_name = "Bold" 43 } 44 45 style "notify-progressbar" { 46 xthickness = 1 47 ythickness = 1 48 49 bg[NORMAL] = "#eeeeee" 50 bg[ACTIVE] = "#444444" 51 bg[SELECTED] = "#eeeeee" 52 53 fg[PRELIGHT] = "#333333" 54 fg[ACTIVE] = "#f9f9f9" 55 fg[SELECTED] = "#333333" 56 57 engine "murrine" { 58 gradient_shades = { 1.0, 1.0, 1.0, 1.0 } 59 border_shades = { 1.0, 1.0 } 60 trough_shades = { 1.0, 1.0 } 61 trough_border_shades = { 1.0, 1.0 } 62 progressbarstyle = 0 63 roundness = 2 64 textstyle = 0 65 } 66 } 67 68 class "XfceNotifyWindow" style "notify-window" 69 widget "XfceNotifyWindow.*.summary" style "notify-summary" 70 widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" 71 widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" 72 widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" 73 widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar"