Skip to content

Instantly share code, notes, and snippets.

@chiedo
Created May 1, 2015 13:57
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chiedo/54930b2bc8e6825c1c4e to your computer and use it in GitHub Desktop.
Save chiedo/54930b2bc8e6825c1c4e to your computer and use it in GitHub Desktop.
A Dark gist Embed theme
pre {
padding: 20px;
color: #ffffff;
background: #434343; }
body .gist .line-data, body .gist .file-data, body .gist .line-numbers {
color: #ffffff;
background: #434343; }
body .gist .gist-meta {
color: #ffffff;
background: #000000; }
body .gist .pl-vo, body .gist .pl-v, body .gist .pl-vpf {
color: #ffffff; }
body .gist .pl-en, body .gist .pl-c1, body .gist .pl-s3 {
color: #ECAC29; }
body .gist .pl-k, body .gist .pl-st {
color: #7373F2; }
body .gist .pl-s1, body .gist .pl-pds {
color: #76A22F; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment