Created
April 16, 2012 15:26
-
-
Save daveWid/2399464 to your computer and use it in GitHub Desktop.
My Pygments Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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