/*

    Name:       material
    Author:     Michael Kaminsky (http://github.com/mkaminsky11)

    Original material color scheme by Mattia Astorino (https://github.com/equinusocio/material-theme)

*/

.cm-s-material {
  color: rgba(233, 237, 237, 1);
  background-color: #263238;
}
.cm-s-material .CodeMirror-gutters {
  color: rgb(83,127,126);
  background: #263238;
  border: none;
}
.cm-s-material .CodeMirror-guttermarker, .cm-s-material .CodeMirror-guttermarker-subtle, .cm-s-material .CodeMirror-linenumber {
  color: rgb(83,127,126);
}
.cm-s-material .CodeMirror-cursor {
  border-left: 1px solid #f8f8f0 !important;
}
.cm-s-material .CodeMirror-selected {
  background: rgba(255, 255, 255, .15);
}
.cm-s-material.CodeMirror-focused .CodeMirror-selected {
  background: rgba(255, 255, 255, .10);
}
.cm-s-material .CodeMirror-line::-moz-selection, .cm-s-material .CodeMirror-line > span::-moz-selection, .cm-s-material .CodeMirror-line > span > span::-moz-selection {
  background: rgba(255, 255, 255, .10);
}
.cm-s-material .CodeMirror-line::selection, .cm-s-material .CodeMirror-line > span::selection, .cm-s-material .CodeMirror-line > span > span::selection {
  background: rgba(255, 255, 255, .10);
}
.cm-s-material .CodeMirror-line::-moz-selection, .cm-s-material .CodeMirror-line > span::-moz-selection, .cm-s-material .CodeMirror-line > span > span::-moz-selection {
  background: rgba(255, 255, 255, .10);
}

.CodeMirror-activeline-background {
  background: rgba(0, 0, 0, 0) !important;
}
.cm-s-material span.cm-keyword {
  color: rgba(199, 146, 234, 1);
}
.cm-s-material span.cm-operator {
  color: rgba(233, 237, 237, 1);
}
.cm-s-material span.cm-variable-2 {
  color: #80cbc4;
}
.cm-s-material span.cm-variable-3 {
  color: #82b1ff;
}
.cm-s-material span.cm-builtin {
  color: #decb6b;
}
.cm-s-material span.cm-atom {
  color: #f77669;
}
.cm-s-material span.cm-number {
  color: #f77669;
}
.cm-s-material span.cm-def {
  color: rgba(233, 237, 237, 1);
}
.cm-s-material span.cm-error {
  color: rgba(255, 255, 255, 1.0);
  background-color: #ec5f67;
}
.cm-s-material span.cm-string {
  color: #c3e88d;
}
.cm-s-material span.cm-string-2 {
  color: #80cbc4;
}
.cm-s-material span.cm-comment {
  color: #546e7a;
}
.cm-s-material span.cm-variable {
  color: #82b1ff;
}
.cm-s-material span.cm-tag {
  color: #80cbc4;
}
.cm-s-material span.cm-meta {
  color: #80cbc4;
}
.cm-s-material span.cm-attribute {
  color: #ffcb6b;
}
.cm-s-material span.cm-property {
  color: #80cbae;
}
.cm-s-material span.cm-qualifier {
  color: #decb6b;
}
.cm-s-material span.cm-variable-3 {
  color: #decb6b;
}
.cm-s-material span.cm-tag {
  color: rgba(255, 83, 112, 1);
}
.cm-s-material .CodeMirror-matchingbracket {
  color: white !important;
  text-decoration: underline;
}
