This file is indexed.

/usr/share/gnome-shell/extensions/pixel-saver@deadalnix.me/themes/Radiance/style.css is in gnome-shell-extension-pixelsaver 1.10+git20161217-49f47bf-1.

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
.box-bin { }

.button-box {
    spacing: 2px;
}

.window-button {
    width: 19px;
    height: 24px;
}

.minimize {
    background-image: url("minimize_focused_normal.png");
}

.minimize:hover {
    background-image: url("minimize_focused_prelight.png");
}

.minimize:active {
    background-image: url("minimize_focused_pressed.png");
}

.maximize {
    background-image: url("maximize_focused_normal.png");
}

.maximize:hover {
    background-image: url("maximize_focused_prelight.png");
}

.maximize:active {
    background-image: url("maximize_focused_pressed.png");
}

.close {
    background-image: url("close_focused_normal.png");
}

.close:hover {
    background-image: url("close_focused_prelight.png");
}

.close:active {
    background-image: url("close_focused_pressed.png");
}