/usr/share/highlight/themes/xoria256.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 xoria256"
Default = { Colour="#d0d0d0" }
Canvas = { Colour="#1c1c1c" }
Number = { Colour="#dfaf87" }
Escape = { Colour="#df8787" }
BlockComment = { Colour="#808080" }
PreProcessor = { Colour="#afdf87" }
LineNum = { Colour="#a8a8a8" }
String= { Colour="#ffffaf" }
StringPreProc = String
LineComment = BlockComment
Operator = { Colour="#888888" }
Interpolation = { Colour="#78D1DD" }
Keywords = {
{ Colour="#87afdf" },
{ Colour="#87de8c" },
{ Colour="#deb787" },
{ Colour="#de87da" },
}
|