diff -r 6b1fba10c4cb -r 925172e535a9 test/header.html --- a/test/header.html Fri Jun 21 12:49:46 2013 +0200 +++ b/test/header.html Fri Jun 21 13:32:31 2013 +0200 @@ -10,18 +10,31 @@ span.c2html-keyword { color: blue; } - span.c2html-type, span.c2html-macroconst { + span.c2html-macroconst { + color: cornflowerblue; + } + span.c2html-type { color: cornflowerblue; } span.c2html-directive { color: green; } span.c2html-string { - color: orange; + color: darkorange; } span.c2html-comment { color: grey; } + span.c2html-stdinclude { + color: darkorange; + } + span.c2html-userinclude { + color: darkorange; + } + a.c2html-userinclude { + color: darkorange; + text-decoration: underline; + }