/* louis's customized seti theme */
.cm-s-default.CodeMirror {
  background-color: #3c454c !important;
  color: #cfd2d1 !important;
  border: none;
}
.cm-s-default .CodeMirror-gutters {
  color: #404b53;
  background-color: #2d343a;
  border: none;
}
.cm-s-default .CodeMirror-cursor {
  border-left: solid thin #f8f8f0;
}
.cm-s-default .CodeMirror-linenumber {
  color: rgba(176, 197, 196, 0.35);
}

.cm-s-default.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-default .CodeMirror-line::selection,
.cm-s-default .CodeMirror-line > span::selection,
.cm-s-default .CodeMirror-line > span > span::selection {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-default .CodeMirror-line::-moz-selection,
.cm-s-default .CodeMirror-line > span::-moz-selection,
.cm-s-default .CodeMirror-line > span > span::-moz-selection {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-default span.cm-comment {
  color: #78909a;
}
.cm-s-default span.cm-string,
.cm-s-default span.cm-string-2 {
  color: #55b5db;
}
.cm-s-default span.cm-number {
  color: #cd3f45;
}
.cm-s-default span.cm-variable {
  color: #55b5db;
}
.cm-s-default span.cm-variable-2 {
  color: #a074c4;
}
.cm-s-default span.cm-def {
  color: #55b5db;
}
.cm-s-default span.cm-keyword {
  color: #ff79c6;
}
.cm-s-default span.cm-operator {
  color: #9fca56;
}
.cm-s-default span.cm-keyword {
  color: #e6cd69;
}
.cm-s-default span.cm-atom {
  color: #cd3f45;
}
.cm-s-default span.cm-meta {
  color: #55b5db;
}
.cm-s-default span.cm-tag {
  color: #55b5db;
}
.cm-s-default span.cm-attribute {
  color: #9fca56;
}
.cm-s-default span.cm-qualifier {
  color: #9fca56;
}
.cm-s-default span.cm-property {
  color: #a074c4;
}
.cm-s-default span.cm-variable-3 {
  color: #9fca56;
}
.cm-s-default span.cm-builtin {
  color: #9fca56;
}
.cm-s-default .CodeMirror-activeline-background {
  background: #101213;
}
.cm-s-default .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}

.cm-s-eclipse span.cm-meta {
  color: #ff1717;
}
.cm-s-eclipse span.cm-keyword {
  line-height: var(--oxy-small-line-height);
  font-weight: bold;
  color: #7f0055;
}
.cm-s-eclipse span.cm-atom {
  color: #219;
}
.cm-s-eclipse span.cm-number {
  color: #164;
}
.cm-s-eclipse span.cm-def {
  color: #00f;
}
.cm-s-eclipse span.cm-variable {
  color: black;
}
.cm-s-eclipse span.cm-variable-2 {
  color: #0000c0;
}
.cm-s-eclipse span.cm-variable-3,
.cm-s-eclipse span.cm-type {
  color: #0000c0;
}
.cm-s-eclipse span.cm-property {
  color: black;
}
.cm-s-eclipse span.cm-operator {
  color: black;
}
.cm-s-eclipse span.cm-comment {
  color: #3f7f5f;
}
.cm-s-eclipse span.cm-string {
  color: #2a00ff;
}
.cm-s-eclipse span.cm-string-2 {
  color: #f50;
}
.cm-s-eclipse span.cm-qualifier {
  color: #555;
}
.cm-s-eclipse span.cm-builtin {
  color: #30a;
}
.cm-s-eclipse span.cm-bracket {
  color: #cc7;
}
.cm-s-eclipse span.cm-tag {
  color: #170;
}
.cm-s-eclipse span.cm-attribute {
  color: #00c;
}
.cm-s-eclipse span.cm-link {
  color: #219;
}
.cm-s-eclipse span.cm-error {
  color: #f00;
}

.cm-s-eclipse .CodeMirror-activeline-background {
  background: #e8f2ff;
}
.cm-s-eclipse .CodeMirror-matchingbracket {
  outline: 1px solid grey;
  color: black !important;
}

/* Based on the theme at http://bonsaiden.github.com/JavaScript-Garden */

/*<!--activeline-->*/
.cm-s-midnight .CodeMirror-activeline-background {
  background: #253540;
}

.cm-s-midnight.CodeMirror {
  background: #0f192a;
  color: #d1edff;
}

.cm-s-midnight div.CodeMirror-selected {
  background: #314d67;
}
.cm-s-midnight .CodeMirror-line::selection,
.cm-s-midnight .CodeMirror-line > span::selection,
.cm-s-midnight .CodeMirror-line > span > span::selection {
  background: rgba(49, 77, 103, 0.99);
}
.cm-s-midnight .CodeMirror-line::-moz-selection,
.cm-s-midnight .CodeMirror-line > span::-moz-selection,
.cm-s-midnight .CodeMirror-line > span > span::-moz-selection {
  background: rgba(49, 77, 103, 0.99);
}
.cm-s-midnight .CodeMirror-gutters {
  background: #0f192a;
  border-right: 1px solid;
}
.cm-s-midnight .CodeMirror-guttermarker {
  color: white;
}
.cm-s-midnight .CodeMirror-guttermarker-subtle {
  color: #d0d0d0;
}
.cm-s-midnight .CodeMirror-linenumber {
  color: #d0d0d0;
}
.cm-s-midnight .CodeMirror-cursor {
  border-left: 1px solid #f8f8f0;
}

.cm-s-midnight span.cm-comment {
  color: #428bdd;
}
.cm-s-midnight span.cm-atom {
  color: #ae81ff;
}
.cm-s-midnight span.cm-number {
  color: #d1edff;
}

.cm-s-midnight span.cm-property,
.cm-s-midnight span.cm-attribute {
  color: #a6e22e;
}
.cm-s-midnight span.cm-keyword {
  color: #e83737;
}
.cm-s-midnight span.cm-string {
  color: #1dc116;
}

.cm-s-midnight span.cm-variable {
  color: #ffaa3e;
}
.cm-s-midnight span.cm-variable-2 {
  color: #ffaa3e;
}
.cm-s-midnight span.cm-def {
  color: #4dd;
}
.cm-s-midnight span.cm-bracket {
  color: #d1edff;
}
.cm-s-midnight span.cm-tag {
  color: #449;
}
.cm-s-midnight span.cm-link {
  color: #ae81ff;
}
.cm-s-midnight span.cm-error {
  background: #f92672;
  color: #f8f8f0;
}

.cm-s-midnight .CodeMirror-matchingbracket {
  background-color: rgba(255, 255, 255, 0.25);
}

/*

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

    Original dracula color scheme by Zeno Rocha (https://github.com/zenorocha/dracula-theme)

*/

.cm-s-dracula.CodeMirror,
.cm-s-dracula .CodeMirror-gutters {
  background-color: #282a36 !important;
  color: #f8f8f2 !important;
  border: none;
}
.cm-s-dracula .CodeMirror-gutters {
  color: #282a36;
}
.cm-s-dracula .CodeMirror-cursor {
  border-left: solid thin #f8f8f0;
}
.cm-s-dracula .CodeMirror-linenumber {
  color: #6d8a88;
}
.cm-s-dracula .CodeMirror-selected {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-dracula .CodeMirror-line::selection,
.cm-s-dracula .CodeMirror-line > span::selection,
.cm-s-dracula .CodeMirror-line > span > span::selection {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-dracula .CodeMirror-line::-moz-selection,
.cm-s-dracula .CodeMirror-line > span::-moz-selection,
.cm-s-dracula .CodeMirror-line > span > span::-moz-selection {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-dracula span.cm-comment {
  color: #6272a4;
}
.cm-s-dracula span.cm-string,
.cm-s-dracula span.cm-string-2 {
  color: #f1fa8c;
}
.cm-s-dracula span.cm-number {
  color: #bd93f9;
}
.cm-s-dracula span.cm-variable {
  color: #50fa7b;
}
.cm-s-dracula span.cm-variable-2 {
  color: white;
}
.cm-s-dracula span.cm-def {
  color: #50fa7b;
}
.cm-s-dracula span.cm-operator {
  color: #ff79c6;
}
.cm-s-dracula span.cm-keyword {
  color: #ff79c6;
}
.cm-s-dracula span.cm-atom {
  color: #bd93f9;
}
.cm-s-dracula span.cm-meta {
  color: #f8f8f2;
}
.cm-s-dracula span.cm-tag {
  color: #ff79c6;
}
.cm-s-dracula span.cm-attribute {
  color: #50fa7b;
}
.cm-s-dracula span.cm-qualifier {
  color: #50fa7b;
}
.cm-s-dracula span.cm-property {
  color: #66d9ef;
}
.cm-s-dracula span.cm-builtin {
  color: #50fa7b;
}
.cm-s-dracula span.cm-variable-3,
.cm-s-dracula span.cm-type {
  color: #ffb86c;
}

.cm-s-dracula .CodeMirror-activeline-background {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-dracula .CodeMirror-matchingbracket {
  background-color: rgba(255, 255, 255, 0.25);
}
