Created
May 27, 2012 10:51
-
-
Save rossy/2803929 to your computer and use it in GitHub Desktop.
Solarized theme for [code] tags on /g/.
This file contains 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
pre.prettyprint .str { color: #859900 !important; } | |
pre.prettyprint .kwd { color: #268bd2 !important; } | |
pre.prettyprint .com { color: #cb4b16 !important; font-style: italic; } | |
pre.prettyprint .typ { color: #2aa198 !important; } | |
pre.prettyprint .lit { color: #dc322f !important; } | |
pre.prettyprint .pun { color: #2aa198 !important; } | |
pre.prettyprint .pln { color: #839496 !important; } | |
pre.prettyprint .tag { color: #6c71c4 !important; } | |
pre.prettyprint .atn { color: #268bd2 !important; } | |
pre.prettyprint .atv { color: #2aa198 !important; } | |
pre.prettyprint .dec { color: #268bd2 !important; } | |
pre.prettyprint { | |
border: 1px solid #839496 !important; | |
border-radius: 3px; | |
box-shadow: 0px 0px 0px 1px #002b36, 0px 2px 0px 1px #002b36; | |
background: #002b36 !important; | |
color: #839496 !important; | |
font-family: "Monaco", "Consolas", monospace !important; | |
font-size: 9.5px !important; | |
max-width: 85.5em !important; | |
max-width: 132ch !important; | |
margin: 0.33em !important; | |
padding: 0.66em !important; | |
overflow-x: auto !important; | |
overflow-y: scroll !important; | |
} | |
pre.prettyprint::-moz-selection, pre.prettyprint > span.pln::-moz-selection { | |
background: rgba(253, 246, 227, 0.99) !important; | |
color: #002b36 !important; | |
} | |
pre.prettyprint::selection, pre.prettyprint > span.pln::selection { | |
background: rgba(253, 246, 227, 0.99) !important; | |
color: #002b36 !important; | |
} | |
pre.prettyprint ::selection { | |
background: rgba(253, 246, 227, 0.99) !important; | |
} | |
pre.prettyprint ::-moz-selection { | |
background: rgba(253, 246, 227, 0.99) !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment