/* Console Dark Theme (just white) */

.cm-s-console-light.CodeMirror { background: white; color: black; }
.cm-s-console-light div.CodeMirror-selected { background: white; }

.cm-s-console-light .CodeMirror-line::selection, .cm-s-console-light .CodeMirror-line > span::selection, .cm-s-console-light .CodeMirror-line > span > span::selection { background: white; }
.cm-s-console-light .CodeMirror-line::-moz-selection, .cm-s-console-light .CodeMirror-line > span::-moz-selection, .cm-s-console-light .CodeMirror-line > span > span::-moz-selection { background: white; }

.cm-s-console-light .CodeMirror-gutters { background: white; border-right: 0; }
.cm-s-console-light .CodeMirror-guttermarker { color: #404040; }
.cm-s-console-light .CodeMirror-guttermarker-subtle { color: #292929; }
.cm-s-console-light .CodeMirror-linenumber { color: rgb(160, 160, 160); }
.cm-s-console-light .CodeMirror-cursor { border-left: 1px solid #4f4f4f; }

.cm-s-console-light .cm-keyword { color: black;}
.cm-s-console-light .cm-atom { color: black; }
.cm-s-console-light .cm-number { color: black; }
.cm-s-console-light .cm-def { color: black; }
.cm-s-console-light .cm-variable { color: black; }
.cm-s-console-light .cm-operator { color: black; }
.cm-s-console-light .cm-comment { color: rgb(155, 155, 155); }
.cm-s-console-light .cm-string { color: black; font-style: italic; }
.cm-s-console-light .cm-string-2 { color: black; }
.cm-s-console-light .cm-meta { color: black; }
.cm-s-console-light .cm-builtin { color: black; }
.cm-s-console-light .cm-tag { color: black; }
.cm-s-console-light .cm-attribute { color: black; }
.cm-s-console-light .cm-header { color: black; }
.cm-s-console-light .cm-hr { color: black; }
.cm-s-console-light .cm-link { color: black; }
.cm-s-console-light .cm-error { background: white; color: black; }

.cm-s-console-light .CodeMirror-activeline-background { background: white; }
.cm-s-console-light .CodeMirror-matchingbracket { outline:1px solid rgb(157, 157, 157);color:black !important; }
