/usr/share/highlight/themes/biogoo.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 biogoo"
Default = { Colour="#000000" }
Canvas = { Colour="#d6d6d6" }
Number = { Colour="#b85d00" }
Escape = { Colour="#007f00" }
String = { Colour="#d10000" }
BlockComment = { Colour="#0000c3" }
StringPreProc = String
LineComment = BlockComment
Operator = Default
LineNum = BlockComment
PreProcessor = Default
Interpolation = { Colour="#BE58A0" }
Keywords = {
{ Colour="#00007f" },
{ Colour="#540054" , Bold=true},
{ Colour="#005400" },
{ Colour="#002a54" },
}
|