diff options
Diffstat (limited to 'extras/html/source-highlight-styles/sh_vampire.css')
| -rw-r--r-- | extras/html/source-highlight-styles/sh_vampire.css | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/extras/html/source-highlight-styles/sh_vampire.css b/extras/html/source-highlight-styles/sh_vampire.css new file mode 100644 index 0000000..03c1f6f --- /dev/null +++ b/extras/html/source-highlight-styles/sh_vampire.css @@ -0,0 +1,67 @@ +body { + background-color: #000000; + color: #ff0000; + font-weight: normal; + font-style: normal; +} + +.keyword { + color: #ffffff; + font-weight: bold; + font-style: normal; +} + +.type { + color: #F35E1E; + font-weight: bold; + font-style: normal; +} + +.string { + color: #bb00ff; + font-weight: normal; + font-style: normal; +} + +.specialchar { + color: #ffffff; + font-weight: normal; + font-style: normal; +} + +.comment { + color: #ababab; + font-weight: normal; + font-style: italic; +} + +.number { + color: #bb00ff; + font-weight: normal; + font-style: normal; +} + +.preproc { + color: #ababab; + font-weight: normal; + font-style: normal; +} + +.symbol { + color: #F3E651; + font-weight: normal; + font-style: normal; +} + +.function { + color: #7bc710; + font-weight: normal; + font-style: normal; +} + +.cbracket { + color: #F3E651; + font-weight: normal; + font-style: normal; +} + |
