/usr/share/highlight/themes/night.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 | -- Theme generated by vim2theme
Description = "vim night"
Default = { Colour="#f0f0f8" }
Canvas = { Colour="#303040" }
Number = { Colour="#b8b8c8" }
Escape = { Colour="#40f8f8" }
String = { Colour="#f0f0f8" }
BlockComment = { Colour="#e0e070" }
StringPreProc = String
LineComment = BlockComment
Operator = Default
LineNum = BlockComment
PreProcessor = { Colour="#33cc66" }
Interpolation = Escape
Keywords = {
{ Colour="#00d8f8" },
{ Colour="#bbaaff" },
{ Colour="#9d00f7" },
{ Colour="#cc66cc" },
}
|