/xfce-notify-4.0/gtkrc
http://github.com/daz4126/Blackbird · #! · 45 lines · 39 code · 6 blank · 0 comment · 0 complexity · 34d75e5063659db6eb932a00107c6642 MD5 · raw file
- style "greybird-notify-window"
- {
- XfceNotifyWindow::summary-bold = 1
- bg[NORMAL] = "#111"
- XfceNotifyWindow::border-color = "#ffffff"
- XfceNotifyWindow::border-radius = 10.0
- XfceNotifyWindow::border-width = 3.0
- }
- class "XfceNotifyWindow" style "greybird-notify-window"
- style "greybird-notify-button"
- {
- bg[NORMAL] = "#202020"
- bg[PRELIGHT] = "#404040"
- fg[NORMAL] = "#ffffff"
- fg[PRELIGHT] = "#ffffff"
- }
- style "greybird-notify-text"
- {
- fg[NORMAL] = "#ffffff"
- GtkWidget::link-color = "#a7a7a7"
- }
- style "greybird-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
- }
- }
- widget_class "XfceNotifyWindow.*.GtkButton*" style "greybird-notify-button"
- widget_class "XfceNotifyWindow.*.<GtkLabel>" style "greybird-notify-text"
- widget_class "XfceNotifyWindow.*.<GtkProgress>" style "greybird-notify-progressbar"
- widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "greybird-notify-progressbar"