Skip to content

Instantly share code, notes, and snippets.

@jacobsandlund
jacobsandlund / solarized.css
Created February 28, 2012 00:30 — forked from scotu/solarized.css
Solarized Light Pygments CSS
.highlight .c { color: #586E75 } /* Comment */
.highlight .err { color: #93A1A1 } /* Error */
.highlight .g { color: #93A1A1 } /* Generic */
.highlight .k { color: #859900 } /* Keyword */
.highlight .l { color: #93A1A1 } /* Literal */
.highlight .n { color: #657b83 } /* Name */
.highlight .o { color: #859900 } /* Operator */
.highlight .x { color: #CB4B16 } /* Other */
.highlight .p { color: #657b83 } /* Punctuation */
.highlight .cm { color: #586E75 } /* Comment.Multiline */