.cm-s-material { background-color: rgb(38, 50, 56); color: rgb(233, 237, 237); }
.cm-s-material .CodeMirror-gutters { background: rgb(38, 50, 56); color: rgb(83, 127, 126); 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 rgb(248, 248, 240); }
.cm-s-material div.CodeMirror-selected { background: rgba(255, 255, 255, 0.15); }
.cm-s-material.CodeMirror-focused div.CodeMirror-selected { background: rgba(255, 255, 255, 0.1); }
.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, 0.1); }
.cm-s-material .CodeMirror-activeline-background { background: rgba(0, 0, 0, 0); }
.cm-s-material .cm-keyword { color: rgb(199, 146, 234); }
.cm-s-material .cm-operator { color: rgb(233, 237, 237); }
.cm-s-material .cm-variable-2 { color: rgb(128, 203, 196); }
.cm-s-material .cm-variable-3 { color: rgb(130, 177, 255); }
.cm-s-material .cm-builtin { color: rgb(222, 203, 107); }
.cm-s-material .cm-atom { color: rgb(247, 118, 105); }
.cm-s-material .cm-number { color: rgb(247, 118, 105); }
.cm-s-material .cm-def { color: rgb(233, 237, 237); }
.cm-s-material .cm-string { color: rgb(195, 232, 141); }
.cm-s-material .cm-string-2 { color: rgb(128, 203, 196); }
.cm-s-material .cm-comment { color: rgb(84, 110, 122); }
.cm-s-material .cm-variable { color: rgb(130, 177, 255); }
.cm-s-material .cm-tag { color: rgb(128, 203, 196); }
.cm-s-material .cm-meta { color: rgb(128, 203, 196); }
.cm-s-material .cm-attribute { color: rgb(255, 203, 107); }
.cm-s-material .cm-property { color: rgb(128, 203, 174); }
.cm-s-material .cm-qualifier { color: rgb(222, 203, 107); }
.cm-s-material .cm-variable-3 { color: rgb(222, 203, 107); }
.cm-s-material .cm-tag { color: rgb(255, 83, 112); }
.cm-s-material .cm-error { color: rgb(255, 255, 255); background-color: rgb(236, 95, 103); }
.cm-s-material .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; }