This file is indexed.

/usr/share/themes/ZOMG-PONIES!/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
35
36
37
38
39
40
41
42
43
44
45
46
#XfceNotifyWindow {
    background-color: #ff69b4;
    border-radius: 10px;
    border: 6px solid #ffff00;
}

#XfceNotifyWindow label,
#XfceNotifyWindow image {
    font-family: Comic Sans MS;
    font-size: 22;
    color: #ffff00;
}

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

#XfceNotifyWindow button {
    border-style: none;
    background-image: none;
    background-color : #9400d3;
}

#XfceNotifyWindow button:hover {
    border-style: none;
    background-image: none;
    background-color : #5e0086;
}

#XfceNotifyWindow progressbar {
    border-radius: 3px;
}

#XfceNotifyWindow progressbar progress {
    min-height: 16px;
    background-image: none;
    background-color: shade(#ffff00, 1.2);
}

#XfceNotifyWindow progressbar trough {
    min-height: 16px;
    background-image: none;
    background-color: #5e0086;
    border: 1px solid shade(#5e0086, 0.6);
    border-radius: 3px;
}