Skip to content

Instantly share code, notes, and snippets.

@sebastien
Created May 21, 2021 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastien/089834eba21dfd9447d5158837ec008b to your computer and use it in GitHub Desktop.
Save sebastien/089834eba21dfd9447d5158837ec008b to your computer and use it in GitHub Desktop.
Pandoc Syntax Higlighting CSS
/* FROM: https://github.com/jeffbr13/benjeffrey.com/blob/master/posts/pandoc-syntax-highlighting-css.md */
pre { background-color: #FDF6E3; }
.sourceCode .kw { color: #268BD2; }
.sourceCode .dt { color: #268BD2; }
.dv, .sourceCode .bn, .sourceCode .fl { color: #D33682; }
.sourceCode .ch { color: #DC322F; }
.sourceCode .st { color: #2AA198; }
.sourceCode .co { color: #93A1A1; }
.sourceCode .ot { color: #A57800; }
.sourceCode .al { color: #CB4B16; font-weight: bold; }
.sourceCode .fu { color: #268BD2; }
.sourceCode .re { }
.sourceCode .er { color: #D30102; font-weight: bold; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment