/usr/share/highlight/themes/zenburn.theme is in highlight-common 3.8-2.
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 | -- Theme generated by vim2theme
Description = "vim zenburn"
Default = { Colour="#dcdccc" }
Canvas = { Colour="#1f1f1f" }
Number = { Colour="#dca3a3" , Bold=true}
Escape = { Colour="#dca3a3", Bold=true }
String = { Colour="#cc9393" }
BlockComment = { Colour="#7f9f7f" , Italic=true}
PreProcessor = { Colour="#ffcfaf" , Bold=true}
LineNum = { Colour="#9fafaf" }
StringPreProc = String
LineComment = BlockComment
Operator = Default
Keywords = {
{ Colour="#e3ceab" },
{ Colour="#dfdfbf" , Bold=true},
{ Colour="#aae3b2" },
{ Colour="#aabfe3" },
}
|