-
-
Save sheldonhull/70bac7ee70dcf3d3cda9ab254192d859 to your computer and use it in GitHub Desktop.
CSS for styling embedded gists in Solarized Dark
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
/* Solarized Dark for embedded gists | |
http://ethanschoonover.com/solarized | |
*/ | |
.gist .highlight, .gist .blob-code-inner { font-size: inherit !important } | |
.gist .highlight { line-height: 1.25em !important } | |
.gist .gist-meta { background-color: #073642 !important; color: #93a1a1 !important } | |
.gist .gist-meta a { color: #268bd2 !important } | |
.gist .gist-data, .gist .highlight { background-color: #002b36 !important; color: #93a1a1 !important } | |
.gist .gist-data, .gist .gist-file { border-color: #073642 !important } | |
.gist .pl-smi, .gist .pl-s .pl-s1, .gist .blob-code-inner, .gist .blob-num { color: #93a1a1 !important } | |
.gist .pl-k { color: #268bd2 !important } | |
.gist .pl-e, .gist .pl-en { color: #cb4b16 !important } | |
.gist .pl-s, .gist .pl-pds, .gist .pl-s .pl-pse .pl-s1, .gist .pl-sr, | |
.gist .pl-sr .pl-cce, .gist .pl-sr .pl-sre, .gist .pl-sr .pl-sra { color: #2aa198 !important } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment