This file is indexed.

/usr/share/gnome-shell/extensions/pixel-saver@deadalnix.me/themes/Zukitwo/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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.button-box {
    spacing: 10px;
}

.window-button {

    width: 12px;
    height: 12px;
    
    border-radius: 8px;
    border-width: 2px;
    border-color: rgba(0,0,0,0);
    
    background-gradient-direction: vertical;
    background-gradient-start: rgba(255,255,255,1);
    background-gradient-end: rgba(235,235,235,1);
    
    transition-duration: 100;
}

.window-button:active {
    background-gradient-start: rgba(207,207,207,1);
    background-gradient-end: rgba(249,249,249,1);
}

.minimize {
    
}

.minimize:hover {
    border-color: rgba(209,174,51,0.75);
}

.minimize:active {
    border-color: rgba(202,169,49,0.75);
}

.maximize {
    
}

.maximize:hover {
    border-color: rgba(80,209,51,0.75);
}

.maximize:active {
    border-color: rgba(85,179,64,0.75);
}

.close {
    
}

.close:hover {
    border-color: rgba(189,46,46,0.75);
}

.close:active {
    border-color: rgba(209,51,51,1);
}