diff options
| author | Paul Buetow <paul@buetow.org> | 2024-05-18 13:24:43 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-05-18 13:24:43 +0300 |
| commit | 9aa92c98d3c886013750590abd2d8a07a48dc17e (patch) | |
| tree | 7c94a3cdb40d47f4a195b77a5be499f274c2d438 /extras/html/source-highlight-styles/sh_vampire.css | |
| parent | e132268eaf9348ecc421de63eeb9bcf522be70ee (diff) | |
add support for GNU Source Highlight CSS styles, e.g. to have a darker style.
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; +} + |
