4     Author:     Mozilla / Jan T. Sott
\r 
   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-bespin.CodeMirror {background: #28211c; color: #9d9b97;}
\r 
  12 .cm-s-bespin div.CodeMirror-selected {background: #36312e !important;}
\r 
  13 .cm-s-bespin .CodeMirror-gutters {background: #28211c; border-right: 0px;}
\r 
  14 .cm-s-bespin .CodeMirror-linenumber {color: #666666;}
\r 
  15 .cm-s-bespin .CodeMirror-cursor {border-left: 1px solid #797977 !important;}
\r 
  17 .cm-s-bespin span.cm-comment {color: #937121;}
\r 
  18 .cm-s-bespin span.cm-atom {color: #9b859d;}
\r 
  19 .cm-s-bespin span.cm-number {color: #9b859d;}
\r 
  21 .cm-s-bespin span.cm-property, .cm-s-bespin span.cm-attribute {color: #54be0d;}
\r 
  22 .cm-s-bespin span.cm-keyword {color: #cf6a4c;}
\r 
  23 .cm-s-bespin span.cm-string {color: #f9ee98;}
\r 
  25 .cm-s-bespin span.cm-variable {color: #54be0d;}
\r 
  26 .cm-s-bespin span.cm-variable-2 {color: #5ea6ea;}
\r 
  27 .cm-s-bespin span.cm-def {color: #cf7d34;}
\r 
  28 .cm-s-bespin span.cm-error {background: #cf6a4c; color: #797977;}
\r 
  29 .cm-s-bespin span.cm-bracket {color: #9d9b97;}
\r 
  30 .cm-s-bespin span.cm-tag {color: #cf6a4c;}
\r 
  31 .cm-s-bespin span.cm-link {color: #9b859d;}
\r 
  33 .cm-s-bespin .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
\r 
  34 .cm-s-bespin .CodeMirror-activeline-background { background: #404040; }
\r