/*

    Name:       Isotope
    Author:     David Desandro / Jan T. Sott

    CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
    Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)

*/

.cm-s-isotope.CodeMirror {
  color: #e0e0e0;
  background: #000;
}
.cm-s-isotope div.CodeMirror-selected {
  background: #404040 !important;
}
.cm-s-isotope .CodeMirror-gutters {
  background: #000;
  border-right: 0;
}
.cm-s-isotope .CodeMirror-linenumber {
  color: #808080;
}
.cm-s-isotope .CodeMirror-cursor {
  border-left: 1px solid #c0c0c0 !important;
}

.cm-s-isotope span.cm-comment {
  color: #30f;
}
.cm-s-isotope span.cm-atom {
  color: #c0f;
}
.cm-s-isotope span.cm-number {
  color: #c0f;
}

.cm-s-isotope span.cm-property, .cm-s-isotope span.cm-attribute {
  color: #3f0;
}
.cm-s-isotope span.cm-keyword {
  color: #f00;
}
.cm-s-isotope span.cm-string {
  color: #f09;
}

.cm-s-isotope span.cm-variable {
  color: #3f0;
}
.cm-s-isotope span.cm-variable-2 {
  color: #06f;
}
.cm-s-isotope span.cm-def {
  color: #f90;
}
.cm-s-isotope span.cm-error {
  color: #c0c0c0;
  background: #f00;
}
.cm-s-isotope span.cm-bracket {
  color: #e0e0e0;
}
.cm-s-isotope span.cm-tag {
  color: #f00;
}
.cm-s-isotope span.cm-link {
  color: #c0f;
}

.cm-s-isotope .CodeMirror-matchingbracket {
  color: white !important;
  text-decoration: underline;
}
.cm-s-isotope .CodeMirror-activeline-background {
  background: #202020;
}
