.cm-s-twilight.CodeMirror {
  color: #f7f7f7;
  background: #141414;
} /**/
.cm-s-twilight .CodeMirror-selected {
  background: #323232 !important;
} /**/
.cm-s-twilight .CodeMirror-line::-moz-selection, .cm-s-twilight .CodeMirror-line > span::-moz-selection, .cm-s-twilight .CodeMirror-line > span > span::-moz-selection {
  background: rgba(50, 50, 50, .99);
}
.cm-s-twilight .CodeMirror-line::selection, .cm-s-twilight .CodeMirror-line > span::selection, .cm-s-twilight .CodeMirror-line > span > span::selection {
  background: rgba(50, 50, 50, .99);
}
.cm-s-twilight .CodeMirror-line::-moz-selection, .cm-s-twilight .CodeMirror-line > span::-moz-selection, .cm-s-twilight .CodeMirror-line > span > span::-moz-selection {
  background: rgba(50, 50, 50, .99);
}

.cm-s-twilight .CodeMirror-gutters {
  background: #222;
  border-right: 1px solid #aaa;
}
.cm-s-twilight .CodeMirror-guttermarker {
  color: white;
}
.cm-s-twilight .CodeMirror-guttermarker-subtle {
  color: #aaa;
}
.cm-s-twilight .CodeMirror-linenumber {
  color: #aaa;
}
.cm-s-twilight .CodeMirror-cursor {
  border-left: 1px solid white !important;
}

.cm-s-twilight .cm-keyword {
  color: #f9ee98;
} /**/
.cm-s-twilight .cm-atom {
  color: #fc0;
}
.cm-s-twilight .cm-number {
  color: #ca7841;
} /**/
.cm-s-twilight .cm-def {
  color: #8da6ce;
}
.cm-s-twilight span.cm-variable-2, .cm-s-twilight span.cm-tag {
  color: #607392;
} /**/
.cm-s-twilight span.cm-variable-3, .cm-s-twilight span.cm-def {
  color: #607392;
} /**/
.cm-s-twilight .cm-operator {
  color: #cda869;
} /**/
.cm-s-twilight .cm-comment {
  font-style: italic;
  font-weight: normal;
  color: #777;
} /**/
.cm-s-twilight .cm-string {
  font-style: italic;
  color: #8f9d6a;
} /**/
.cm-s-twilight .cm-string-2 {
  color: #bd6b18;
} /*?*/
.cm-s-twilight .cm-meta {
  color: #f7f7f7;
  background-color: #141414;
} /*?*/
.cm-s-twilight .cm-builtin {
  color: #cda869;
} /*?*/
.cm-s-twilight .cm-tag {
  color: #997643;
} /**/
.cm-s-twilight .cm-attribute {
  color: #d6bb6d;
} /*?*/
.cm-s-twilight .cm-header {
  color: #ff6400;
}
.cm-s-twilight .cm-hr {
  color: #aeaeae;
}
.cm-s-twilight .cm-link {
  font-style: italic;
  color: #ad9361;
  text-decoration: none;
} /**/
.cm-s-twilight .cm-error {
  border-bottom: 1px solid red;
}

.cm-s-twilight .CodeMirror-activeline-background {
  background: #27282e !important;
}
.cm-s-twilight .CodeMirror-matchingbracket {
  color: white !important;
  outline: 1px solid grey;
}
