Skip to content

Instantly share code, notes, and snippets.

View cs's full-sized avatar
🤟
Always busy building the next thing ...

Christoph Schiessl cs

🤟
Always busy building the next thing ...
View GitHub Profile
@cs
cs / pygments.scss
Last active August 29, 2015 13:59 — forked from zmanji/pygments.css
.highlight {
background-color: #073642;
color: #93a1a1;
& .c { color: #586e75 !important; font-style: italic !important; }
& .cm { color: #586e75 !important; font-style: italic !important; }
& .cp { color: #586e75 !important; font-style: italic !important; }
& .c1 { color: #586e75 !important; font-style: italic !important; }
& .cs { color: #586e75 !important; font-weight: bold !important; font-style: italic !important; }
& .err { color: #dc322f !important; background: none !important; }
& .k { color:#cb4b16 !important; }