This file is indexed.

/usr/share/highlight/themes/edit-kwrite.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="Kwrite Editor"

Default        = { Colour="#000000" }
Canvas         = { Colour="#E0EAEE" }
Number         = { Colour="#B07E00" }
Escape         = { Colour="#ff00ff" }
String         = { Colour="#BF0303" }
Interpolation  = { Colour="#0057AE" }
StringPreProc  = { Colour="#818100" }
BlockComment   = { Colour="#838183", Italic=true }
PreProcessor   = { Colour="#008200" }
LineNum        = { Colour="#555555" }
Operator       = { Colour="#000000" }
LineComment = BlockComment

Keywords = {
  { Colour= "#000000", Bold=true },
  { Colour= "#0057AE" },
  { Colour= "#000000", Bold=true },
  { Colour= "#010181" },
}