Skip to content

Instantly share code, notes, and snippets.

@zomux
Last active August 29, 2015 14:07
Show Gist options
  • Save zomux/c6637c11b5724a167e4e to your computer and use it in GitHub Desktop.
Save zomux/c6637c11b5724a167e4e to your computer and use it in GitHub Desktop.
/*
Name: Tomorrow Night - Eighties
Author: Chris Kempson
CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
*/
.CodeMirror {background: #000000; color: #CCCCCC;}
div.CodeMirror-selected {background: #2D2D2D !important;}
.CodeMirror-gutters {background: #000000; border-right: 0px;}
.CodeMirror-guttermarker { color: #f2777a; }
.CodeMirror-guttermarker-subtle { color: #777; }
.CodeMirror-linenumber {color: #515151;}
.CodeMirror-cursor {border-left: 1px solid #6A6A6A !important;}
span.cm-comment {color: #d27b53;}
span.cm-atom {color: #a16a94;}
span.cm-number {color: #a16a94;}
span.cm-property, span.cm-attribute {color: #99cc99;}
span.cm-keyword {color: #f2777a;}
span.cm-string {color: #ffcc66;}
span.cm-variable {color: #99cc99;}
span.cm-variable-2 {color: #6699cc;}
span.cm-def {color: #f99157;}
span.cm-bracket {color: #CCCCCC;}
span.cm-tag {color: #f2777a;}
span.cm-link {color: #a16a94;}
span.cm-error {background: #f2777a; color: #6A6A6A;}
.CodeMirror-activeline-background {background: #343600 !important;}
.CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment