Skip to content

Instantly share code, notes, and snippets.

@RomkeVdMeulen
Created November 9, 2016 12:58
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save RomkeVdMeulen/889d44d3d4c5a11002c57ca068d295ec to your computer and use it in GitHub Desktop.
Save RomkeVdMeulen/889d44d3d4c5a11002c57ca068d295ec to your computer and use it in GitHub Desktop.
CSS for styling embedded gists in Solarized Dark
/* 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