Skip to content

Instantly share code, notes, and snippets.

@daveWid
Created April 16, 2012 15:26
Show Gist options
  • Save daveWid/2399464 to your computer and use it in GitHub Desktop.
Save daveWid/2399464 to your computer and use it in GitHub Desktop.
My Pygments Theme
.highlight {
padding:1em;
background-color:#272820;
color:#F8F8F2;
font-family: "Droid Sans Mono",monospace;
}
.highlight .cp { color: #E77E7E; }
.highlight .sd, .highlight .c1 { color:#AAA; }
.highlight .k { color :#7CB7F1; }
.highlight .nf { color:#A2ECEC; }
.highlight .nv { color:#FFF078; }
.highlight .s1, .highlight .s2 { color:#86DF78; }
.highlight .m { color:#FF7300; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment