/xfce-notify-4.0/gtkrc
#! | 45 lines | 39 code | 6 blank | 0 comment | 0 complexity | 34d75e5063659db6eb932a00107c6642 MD5 | raw file
1style "greybird-notify-window" 2{ 3 XfceNotifyWindow::summary-bold = 1 4 bg[NORMAL] = "#111" 5 XfceNotifyWindow::border-color = "#ffffff" 6 XfceNotifyWindow::border-radius = 10.0 7 XfceNotifyWindow::border-width = 3.0 8} 9class "XfceNotifyWindow" style "greybird-notify-window" 10 11style "greybird-notify-button" 12{ 13 bg[NORMAL] = "#202020" 14 bg[PRELIGHT] = "#404040" 15 fg[NORMAL] = "#ffffff" 16 fg[PRELIGHT] = "#ffffff" 17} 18 19style "greybird-notify-text" 20{ 21 fg[NORMAL] = "#ffffff" 22 GtkWidget::link-color = "#a7a7a7" 23} 24 25style "greybird-notify-progressbar" 26{ 27 xthickness = 1 28 ythickness = 1 29 30 fg[PRELIGHT] = "#000000" 31 bg[NORMAL] = "#dbdbdb" 32 bg[SELECTED] = "#dbdbdb" 33 34 engine "murrine" { 35 gradient_shades = {1.1,0.95,1.1,0.85} 36 contrast = 0.5 37 border_shades = { 0.9, 0.9 } 38 progressbarstyle = 0 39 } 40} 41 42widget_class "XfceNotifyWindow.*.GtkButton*" style "greybird-notify-button" 43widget_class "XfceNotifyWindow.*.<GtkLabel>" style "greybird-notify-text" 44widget_class "XfceNotifyWindow.*.<GtkProgress>" style "greybird-notify-progressbar" 45widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "greybird-notify-progressbar"