This file is indexed.

/usr/share/themes/Smoke/xfce-notify-4.0/gtk.css is in xfce4-notifyd 0.4.2-0ubuntu2.

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
#XfceNotifyWindow {
    background-color: #4d4d4d;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 20px;
}

#XfceNotifyWindow:hover {
    border-width: 2px;
    border-color: #ffffff;
}

#XfceNotifyWindow label,
#XfceNotifyWindow image {
    color: #ffffff;
}

#XfceNotifyWindow label#summary {
    font-weight: Bold;
}

#XfceNotifyWindow button {
    border-style: none;
    background-image: none;
    background-color: #202020;
    color: #ffffff;
}

#XfceNotifyWindow button:hover {
    border-style: none;
    background-image: none;
    background-color: #404040;
    color: #ffffff;
}