<style type='text/css'> | |
/* desert scheme ported from vim to google prettify */ | |
code.prettyprint { display: block; padding: 2px; border: 1px solid #888; | |
background-color: #333; } | |
.str { color: #ffa0a0; } /* string - pink */ | |
.kwd { color: #f0e68c; font-weight: bold; } | |
.com { color: #87ceeb; } /* comment - skyblue */ | |
.typ { color: #98fb98; } /* type - lightgreen */ | |
.lit { color: #cd5c5c; } /* literal - darkred */ | |
.pun { color: #fff; } /* punctuation */ | |
.pln { color: #fff; } /* plaintext */ | |
.tag { color: #f0e68c; font-weight: bold; } /* html/xml tag - lightyellow*/ | |
.atn { color: #bdb76b; font-weight: bold; } /* attribute name - khaki*/ | |
.atv { color: #ffa0a0; } /* attribute value - pink */ | |
.dec { color: #98fb98; } /* decimal - lightgreen */ | |
</style> |