This file is indexed.

/usr/share/highlight/themes/andes.theme is in highlight-common 3.18-3.

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
-- Theme based loosely on vim xoria256 but seriously tweaked by Roger Sperberg

Description = "brighter than xoria256"

Default	= { Colour="#f0f0f0" }
Canvas	= { Colour="#0f0f0f" }
Number	= { Colour="#dfaf87" }
Escape	= { Colour="#df8787" }
BlockComment	= { Colour="#33ff00" }
PreProcessor	= { Colour="#afdf87" }
LineNum	= { Colour="#993366" }
String=   { Colour="#ffff77" }
StringPreProc = String
LineComment   = { Colour="#33ff00" }
Operator = { Colour="#ff00cc" }
Interpolation  = { Colour="#8FDBDF" }

Keywords = {
  { Colour="#66aaff" },
  { Colour="#66ff99" },
  { Colour="#cc9966" },
  { Colour="#ff99aa" },
}