3     Name:       Base16 Default Dark
\r 
   4     Author:     Chris Kempson (http://chriskempson.com)
\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-base16-dark.CodeMirror { background: #151515; color: #e0e0e0; }
\r 
  12 .cm-s-base16-dark div.CodeMirror-selected { background: #303030; }
\r 
  13 .cm-s-base16-dark .CodeMirror-line::selection, .cm-s-base16-dark .CodeMirror-line > span::selection, .cm-s-base16-dark .CodeMirror-line > span > span::selection { background: rgba(48, 48, 48, .99); }
\r 
  14 .cm-s-base16-dark .CodeMirror-line::-moz-selection, .cm-s-base16-dark .CodeMirror-line > span::-moz-selection, .cm-s-base16-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(48, 48, 48, .99); }
\r 
  15 .cm-s-base16-dark .CodeMirror-gutters { background: #151515; border-right: 0px; }
\r 
  16 .cm-s-base16-dark .CodeMirror-guttermarker { color: #ac4142; }
\r 
  17 .cm-s-base16-dark .CodeMirror-guttermarker-subtle { color: #505050; }
\r 
  18 .cm-s-base16-dark .CodeMirror-linenumber { color: #505050; }
\r 
  19 .cm-s-base16-dark .CodeMirror-cursor { border-left: 1px solid #b0b0b0; }
\r 
  21 .cm-s-base16-dark span.cm-comment { color: #8f5536; }
\r 
  22 .cm-s-base16-dark span.cm-atom { color: #aa759f; }
\r 
  23 .cm-s-base16-dark span.cm-number { color: #aa759f; }
\r 
  25 .cm-s-base16-dark span.cm-property, .cm-s-base16-dark span.cm-attribute { color: #90a959; }
\r 
  26 .cm-s-base16-dark span.cm-keyword { color: #ac4142; }
\r 
  27 .cm-s-base16-dark span.cm-string { color: #f4bf75; }
\r 
  29 .cm-s-base16-dark span.cm-variable { color: #90a959; }
\r 
  30 .cm-s-base16-dark span.cm-variable-2 { color: #6a9fb5; }
\r 
  31 .cm-s-base16-dark span.cm-def { color: #d28445; }
\r 
  32 .cm-s-base16-dark span.cm-bracket { color: #e0e0e0; }
\r 
  33 .cm-s-base16-dark span.cm-tag { color: #ac4142; }
\r 
  34 .cm-s-base16-dark span.cm-link { color: #aa759f; }
\r 
  35 .cm-s-base16-dark span.cm-error { background: #ac4142; color: #b0b0b0; }
\r 
  37 .cm-s-base16-dark .CodeMirror-activeline-background { background: #202020; }
\r 
  38 .cm-s-base16-dark .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; }
\r