This file is indexed.

/usr/share/highlight/themes/oxygenated.theme is in highlight-common 3.41-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
-- Theme based  mostly on oXygen rnc syntax coloring, by Roger Sperberg

Description = "based on oXygen rnc coloring"

Default	= { Colour="#FFFF66", Bold=true }
Canvas	= { Colour="#0f0f0f" }
Number	= { Colour="#0099CC" }
Escape	= { Colour="#df8787" }
BlockComment	= { Colour="#00CC33" }
PreProcessor	= { Colour="#afdf87" }
LineNum	= { Colour="#993366" }
String=   { Colour="#FFCC00", Bold=true }
StringPreProc = String
LineComment   = { Colour="#00CC33" }
Operator = { Colour="#ff0099", Bold=true }
Interpolation  = Escape

Keywords = {
  { Colour="#99aaff", Bold=true },
  { Colour="#66ff99" },
  { Colour="#ff99ff" },
  { Colour="#33ddee" },
  { Colour="#ff99aa" },
}