mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
11 lines
455 B
Text
11 lines
455 B
Text
|
// Custom style file for GNU Source-highlight, derived from its default.style
|
||
|
|
||
|
bgcolor "white"; // the background color for documents
|
||
|
context gray; // the color for context lines (when specified with line ranges)
|
||
|
|
||
|
keyword darkblue b; // for language keywords
|
||
|
string "#116611" f; // for strings and chars
|
||
|
specialchar pink f; // for special chars, e.g., \n, \t, \\
|
||
|
comment "#444444" i, noref; // for comments
|
||
|
cbracket red; // for block brackets (e.g. {, })
|