/usr/share/highlight/themes/bluegreen.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 mine"
Default = { Colour="#ffffff" }
Canvas = { Colour="#061A3E" }
Number = { Colour="#72A5E4" , Bold=true}
Escape = { Colour="#EEBABA" }
String = { Colour="#72A5E4" , Bold=true}
BlockComment = { Colour="#DABEA2", Italic=true }
StringPreProc = String
LineComment = BlockComment
Operator = Default
LineNum = BlockComment
PreProcessor = { Colour="#9e76b5" }
Interpolation = { Colour="#EE86BC" }
Keywords = {
{ Colour="#7E75B5" },
{ Colour="#A9EE8A" },
{ Colour="#b5768d" },
{ Colour="#76b57e" },
}
|