This file is indexed.

/usr/share/highlight/themes/baycomb.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 = "vim baycomb"

Default	= { Colour="#a0b4e0" }
Canvas	= { Colour="#11121a" }
Number	= { Colour="#4580b4" }
Escape	= { Colour="#aaaaca" }
String	= { Colour="#5c78f0" }
BlockComment	= { Colour="#349d58" }
StringPreProc = String
LineComment   = BlockComment
Operator      = {Colour="#b0b0b0"}
LineNum      = BlockComment
PreProcessor      = Default
Interpolation  = { Colour="#97E1BF" }

Keywords = {
  { Colour="#fca8ad" },
  { Colour="#0490e8" , Bold=true},
  { Colour="#a9fcf7" },
  { Colour="#b4e09f" },
}