1body {  background-color: white;  }
2
3/* the color for context lines (when specified with line ranges) */
4.context {  color: gray; }
5
6.keyword { color: blue; font-weight: bold; }
7.type { color: darkgreen; }
8.usertype, .classname { color: teal; }
9.string { color: red; font-family: monospace; }
10.regexp { color: orange; }
11.specialchar { color: pink; font-family: monospace; }
12.comment { color: brown; font-style: italic; }
13.number { color: purple; }
14.preproc { color: darkblue; font-weight: bold; }
15.symbol { color: darkred; }
16.function { color: black; font-weight: bold; }
17.cbracket { color: red; }
18.todo { font-weight: bold; background-color: cyan; }
19
20/* line numbers */
21.linenum { color: black; font-family: monospace; }
22
23/* Internet related */
24.url { color: blue; text-decoration: underline; font-family: monospace; }
25
26/* other elements for ChangeLog and Log files */
27.date { color: blue; font-weight: bold; }
28.time, .file { color: darkblue; font-weight: bold; }
29.ip, .name { color: darkgreen; }
30
31/* for Prolog, Perl */
32.variable { color: darkgreen; }
33.italics { color: darkgreen; font-style: italic; }
34.bold { color: darkgreen; font-weight: bold; }
35
36/* for LaTeX */
37.underline { color: darkgreen; text-decoration: underline; }
38.fixed { color: green; font-family: monospace; }
39.argument, .optionalargument { color: darkgreen; }
40.math { color: orange; }
41.bibtex { color: blue; }
42
43/* for diffs */
44.oldfile { color: orange; }
45.newfile { color: darkgreen; }
46.difflines { color: blue; }
47
48/* for css */
49.selector { color: purple; }
50.property { color: blue; }
51.value { color: darkgreen; font-style: italic; }
52
53/* for Oz */
54.atom { color: orange; }
55.meta { font-style: italic; }
56
57/* for feature/cucumber files */
58.cuketag { color: green; }
59.gherken { color: blue; }
60.given { color: red; }
61.when { color: cyan; }
62.then { color: yellow; }
63.and_but { color: pink; }
64.table { color: gray; }