This file is indexed.

/usr/share/highlight/themes/darkblue.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
Description="Dark Blue"

Default        = { Colour="#ffffff" }
Canvas         = { Colour="#000040" }
Number         = { Colour="#42cad9" }
Escape         = { Colour="#a1a1ff" }
String         = { Colour="#ffa0a0" }
StringPreProc  = { Colour="#ffa0a0" }
BlockComment   = { Colour="#80a0ff" }
LineComment    = { Colour="#ff7f9f" }
PreProcessor   = { Colour="#ff80ff" }
LineNum        = { Colour="#e5d28e" }
Operator       = { Colour="#bababa" }
Interpolation  = { Colour="#6ADBAA" }

Keywords = {
  { Colour= "#e2e825" },
  { Colour= "#60ff60" },
  { Colour= "#e88d25" },
  { Colour= "#e825e2", Bold=true },
}