/*

    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)

*/

.cm-s-tomorrow-night-eighties.CodeMirror {
  color: #ccc;
  background: #000;
}
.cm-s-tomorrow-night-eighties div.CodeMirror-selected {
  background: #2d2d2d !important;
}
.cm-s-tomorrow-night-eighties .CodeMirror-line::-moz-selection, .cm-s-tomorrow-night-eighties .CodeMirror-line > span::-moz-selection, .cm-s-tomorrow-night-eighties .CodeMirror-line > span > span::-moz-selection {
  background: rgba(45, 45, 45, .99);
}
.cm-s-tomorrow-night-eighties .CodeMirror-line::selection, .cm-s-tomorrow-night-eighties .CodeMirror-line > span::selection, .cm-s-tomorrow-night-eighties .CodeMirror-line > span > span::selection {
  background: rgba(45, 45, 45, .99);
}
.cm-s-tomorrow-night-eighties .CodeMirror-line::-moz-selection, .cm-s-tomorrow-night-eighties .CodeMirror-line > span::-moz-selection, .cm-s-tomorrow-night-eighties .CodeMirror-line > span > span::-moz-selection {
  background: rgba(45, 45, 45, .99);
}
.cm-s-tomorrow-night-eighties .CodeMirror-gutters {
  background: #000;
  border-right: 0;
}
.cm-s-tomorrow-night-eighties .CodeMirror-guttermarker {
  color: #f2777a;
}
.cm-s-tomorrow-night-eighties .CodeMirror-guttermarker-subtle {
  color: #777;
}
.cm-s-tomorrow-night-eighties .CodeMirror-linenumber {
  color: #515151;
}
.cm-s-tomorrow-night-eighties .CodeMirror-cursor {
  border-left: 1px solid #6a6a6a !important;
}

.cm-s-tomorrow-night-eighties span.cm-comment {
  color: #d27b53;
}
.cm-s-tomorrow-night-eighties span.cm-atom {
  color: #a16a94;
}
.cm-s-tomorrow-night-eighties span.cm-number {
  color: #a16a94;
}

.cm-s-tomorrow-night-eighties span.cm-property, .cm-s-tomorrow-night-eighties span.cm-attribute {
  color: #9c9;
}
.cm-s-tomorrow-night-eighties span.cm-keyword {
  color: #f2777a;
}
.cm-s-tomorrow-night-eighties span.cm-string {
  color: #fc6;
}

.cm-s-tomorrow-night-eighties span.cm-variable {
  color: #9c9;
}
.cm-s-tomorrow-night-eighties span.cm-variable-2 {
  color: #69c;
}
.cm-s-tomorrow-night-eighties span.cm-def {
  color: #f99157;
}
.cm-s-tomorrow-night-eighties span.cm-bracket {
  color: #ccc;
}
.cm-s-tomorrow-night-eighties span.cm-tag {
  color: #f2777a;
}
.cm-s-tomorrow-night-eighties span.cm-link {
  color: #a16a94;
}
.cm-s-tomorrow-night-eighties span.cm-error {
  color: #6a6a6a;
  background: #f2777a;
}

.cm-s-tomorrow-night-eighties .CodeMirror-activeline-background {
  background: #343600 !important;
}
.cm-s-tomorrow-night-eighties .CodeMirror-matchingbracket {
  color: white !important;
  text-decoration: underline;
}
