/usr/share/highlight/themes/neon.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 neon"
Default = { Colour="#f0f0f0" }
Canvas = { Colour="#303030" }
Number = { Colour="#92d4ff" }
Escape = { Colour="#ffc890" }
String = { Colour="#92d4ff" }
BlockComment = { Colour="#c0c0c0" }
StringPreProc = String
LineComment = BlockComment
Operator = { Colour="#d86acd" }
LineNum = BlockComment
PreProcessor = { Colour="#7979db" }
Interpolation = Escape
Keywords = {
{ Colour="#dcdc78" },
{ Colour="#60f0a8" },
{ Colour="#7979db" },
{ Colour="#db79aa" },
}
|