/usr/share/themes/Greybird/xfce-notify-4.0/gtkrc is in shimmer-themes 1.3.0-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | 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"
|