6     CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
\r 
   7     Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
\r 
  11 .cm-s-hopscotch.CodeMirror {background: #322931; color: #d5d3d5;}
\r 
  12 .cm-s-hopscotch div.CodeMirror-selected {background: #433b42 !important;}
\r 
  13 .cm-s-hopscotch .CodeMirror-gutters {background: #322931; border-right: 0px;}
\r 
  14 .cm-s-hopscotch .CodeMirror-linenumber {color: #797379;}
\r 
  15 .cm-s-hopscotch .CodeMirror-cursor {border-left: 1px solid #989498 !important;}
\r 
  17 .cm-s-hopscotch span.cm-comment {color: #b33508;}
\r 
  18 .cm-s-hopscotch span.cm-atom {color: #c85e7c;}
\r 
  19 .cm-s-hopscotch span.cm-number {color: #c85e7c;}
\r 
  21 .cm-s-hopscotch span.cm-property, .cm-s-hopscotch span.cm-attribute {color: #8fc13e;}
\r 
  22 .cm-s-hopscotch span.cm-keyword {color: #dd464c;}
\r 
  23 .cm-s-hopscotch span.cm-string {color: #fdcc59;}
\r 
  25 .cm-s-hopscotch span.cm-variable {color: #8fc13e;}
\r 
  26 .cm-s-hopscotch span.cm-variable-2 {color: #1290bf;}
\r 
  27 .cm-s-hopscotch span.cm-def {color: #fd8b19;}
\r 
  28 .cm-s-hopscotch span.cm-error {background: #dd464c; color: #989498;}
\r 
  29 .cm-s-hopscotch span.cm-bracket {color: #d5d3d5;}
\r 
  30 .cm-s-hopscotch span.cm-tag {color: #dd464c;}
\r 
  31 .cm-s-hopscotch span.cm-link {color: #c85e7c;}
\r 
  33 .cm-s-hopscotch .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
\r 
  34 .cm-s-hopscotch .CodeMirror-activeline-background { background: #302020; }
\r