Created
August 8, 2012 01:11
-
-
Save rglover/3291140 to your computer and use it in GitHub Desktop.
Google Prettify - Specials Board CSS Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.prettyprint .str, code .str { color: #a9758c; } /* string */ | |
.prettyprint .kwd, code .kwd { color: #d58840; } /* keyword */ | |
.prettyprint .com, code .com { color: #767979; font-style: italic; } /* comment */ | |
.prettyprint .typ, code .typ { color: #80aac6; } /* type */ | |
.prettyprint .lit, code .lit { color: #ac758c; } /* literal */ | |
.prettyprint .pun, code .pun { color: #fff; } /* punctuation */ | |
.prettyprint .pln, code .pln { color: #fff; } /* plaintext */ | |
.prettyprint .tag, code .tag { color: #fecf84; } /* html/xml tag */ | |
.prettyprint .atn, code .atn { color: #ce8a45; } /* html/xml attribute name */ | |
.prettyprint .atv, code .atv { color: #b2c869; } /* html/xml attribute value */ | |
.prettyprint .dec, code .dec { color: #80aac6; } /* decimal */ | |
pre.prettyprint, code.prettyprint { | |
background-color: #393939; | |
} | |
pre.prettyprint { | |
padding: 10px; | |
overflow-x: scroll; | |
font-family: Droid Sans Mono; | |
border: none; | |
font-size: 0.875em; | |
font-weight: 500; | |
} | |
@media print { | |
.prettyprint .str, code .str { color: #060; } | |
.prettyprint .kwd, code .kwd { color: #006; font-weight: bold; } | |
.prettyprint .com, code .com { color: #600; font-style: italic; } | |
.prettyprint .typ, code .typ { color: #404; font-weight: bold; } | |
.prettyprint .lit, code .lit { color: #044; } | |
.prettyprint .pun, code .pun { color: #440; } | |
.prettyprint .pln, code .pln { color: #000; } | |
.prettyprint .tag, code .tag { color: #006; font-weight: bold; } | |
.prettyprint .atn, code .atn { color: #404; } | |
.prettyprint .atv, code .atv { color: #060; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A theme for Google Prettify CSS code highlighting based on Joe Bergantine's Specials Board style for Coda: http://joebergantine.com/werkstatt/seestyle