Skip to content

Instantly share code, notes, and snippets.

@beh
Created September 21, 2012 17:58
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 beh/3762959 to your computer and use it in GitHub Desktop.
Save beh/3762959 to your computer and use it in GitHub Desktop.
.site-footer {
color: #839496;
}
.site-footer, pre, .prettyprint {
background-color: #002b36;
}
.site-footer a {
color: #657b83;
}
.prettyprint {
color: #839496;
background-color: #002b36;
}
.prettyprint .pln {
color: inherit;
}
.prettyprint .str,
.prettyprint .lit,
.prettyprint .atv {
color: #2aa198;
}
.prettyprint .kwd {
color: #268bd2;
}
.prettyprint .com,
.prettyprint .dec {
color: #586e75;
font-style: italic;
}
.prettyprint .typ {
color: #b58900;
}
.prettyprint .pun {
color: inherit;
}
.prettyprint .opn {
color: inherit;
}
.prettyprint .clo {
color: inherit;
}
.prettyprint .tag {
color: #268bd2;
font-weight: bold;
}
.prettyprint .atn {
color: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment