

 .cm-s-custom .CodeMirror-gutters { background: #3d3a37 !important; }
 .cm-s-custom .CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded { color: #999; }
 .cm-s-custom .CodeMirror-cursor { border-left: 1px solid white; }
 .cm-s-custom.CodeMirror { background-color: #2f2b27; color:#ebd1b7; }
 .cm-s-custom span.cm-builtin { color: #dcdccc; font-weight: bold; }
 .cm-s-custom span.cm-comment { color: #7f9f7f; }
 .cm-s-custom span.cm-keyword { color: #f0dfaf; font-weight: bold; }
 .cm-s-custom span.cm-atom { color: #bfebbf; }
 .cm-s-custom span.cm-def { color: #dcdccc; }
 .cm-s-custom span.cm-variable { color: #dfaf8f; }
 .cm-s-custom span.cm-variable-2 { color: #dcdccc; }
 .cm-s-custom span.cm-string { color: #c87b2a; }
 .cm-s-custom span.cm-string-2 { color: #cc9393; }
 .cm-s-custom span.cm-number { color: #dcdccc; }
 .cm-s-custom span.cm-tag { color: #95cc5e; }
 .cm-s-custom span.cm-property { color: #bb5741; }
 .cm-s-custom span.cm-attribute { color: #bb5741; }
 .cm-s-custom span.cm-qualifier { color: #7cb8bb; }
 .cm-s-custom span.cm-meta { color: #f0dfaf; }
 .cm-s-custom span.cm-header { color: #f0efd0; }
 .cm-s-custom span.cm-operator { color: #f0efd0; }
 .cm-s-custom span.CodeMirror-matchingbracket { box-sizing: border-box; background: transparent; border-bottom: 1px solid; }
 .cm-s-custom span.CodeMirror-nonmatchingbracket { border-bottom: 1px solid; background: none; }
 .cm-s-custom .CodeMirror-activeline { background: #000000; }
 .cm-s-custom .CodeMirror-activeline-background { background: #000000; }
 .cm-s-custom div.CodeMirror-selected { background: #545454; }
 .cm-s-custom .CodeMirror-focused div.CodeMirror-selected { background: #4f4f4f; }
 