summaryrefslogtreecommitdiffstats
path: root/doc/src/template
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/template')
-rwxr-xr-xdoc/src/template/style/style.css21
1 files changed, 18 insertions, 3 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index 16bc9ed..03bc9a9 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -179,12 +179,27 @@
span.comment
{
- color: #8B0000;
- font-style: italic;
+ color: #008B00;
}
span.string, span.char
{
- color: #254117;
+ color: #000084;
+ }
+ span.number
+ {
+ color: #a46200;
+ }
+ span.operator
+ {
+ color: black;
+ }
+ span.keyword
+ {
+ color: #840000;
+ }
+ span.name
+ {
+ color: black
}