This file is indexed.

/usr/share/pnopaste/skins/highlight/engine.css is in pnopaste 1.5-2.

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
61
62
63
64
65
.hl_Alert {
	color: #00f;
}
.hl_BaseN {
	color: #007f00;
}
.hl_BString {
	color: #c9a7ff;
}
.hl_Char  {
	color: #f0f;
}
.hl_Comment {
	color: #7f7f7f;
	font-style: italic;
}
.hl_DataType {
	color: #00f;
}
.hl_DecVal {
	color: #00007f;
}
.hl_Error {
	color: #f00;
	font-weight: bold;
	font-style: italic;
}
.hl_Float {
	color: #00007f;
}
.hl_Function {
	color: #007f00;
}
.hl_IString {
	color: #f00;
}
.hl_Keyword {
	font-weight: bold;
}
.hl_Operator {
	color: #ffa500;
}
.hl_Others {
	color: #b03060;
}
.hl_RegionMarker {
	color: #96b9ff;
	font-style: italic;
}
.hl_Reserved {
	color: #9b30ff;
	font-weight: bold;
}
.hl_String {
	color: #f00;
}
.hl_Variable {
	color: #00f;
	font-weight: bold;
}
.hl_Warning {
	color: #00f;
	font-weight: bold;
	font-style: italic;
}