7
.cm-s-moxer.CodeMirror {
8
background-color: #090A0F;
13
.cm-s-moxer .CodeMirror-gutters {
19
.cm-s-moxer .CodeMirror-guttermarker,
20
.cm-s-moxer .CodeMirror-guttermarker-subtle,
21
.cm-s-moxer .CodeMirror-linenumber {
26
.cm-s-moxer .CodeMirror-cursor {
27
border-left: 1px solid #FFCC00;
30
.cm-s-moxer div.CodeMirror-selected {
31
background: rgba(128, 203, 196, 0.2);
34
.cm-s-moxer.CodeMirror-focused div.CodeMirror-selected {
38
.cm-s-moxer .CodeMirror-line::selection,
39
.cm-s-moxer .CodeMirror-line>span::selection,
40
.cm-s-moxer .CodeMirror-line>span>span::selection {
44
.cm-s-moxer .CodeMirror-line::-moz-selection,
45
.cm-s-moxer .CodeMirror-line>span::-moz-selection,
46
.cm-s-moxer .CodeMirror-line>span>span::-moz-selection {
50
.cm-s-moxer .CodeMirror-activeline-background,
51
.cm-s-moxer .CodeMirror-activeline-gutter .CodeMirror-linenumber {
52
background: rgba(33, 36, 49, 0.5);
55
.cm-s-moxer .cm-keyword {
59
.cm-s-moxer .cm-operator {
63
.cm-s-moxer .cm-variable-2 {
68
.cm-s-moxer .cm-variable-3,
73
.cm-s-moxer .cm-builtin {
81
.cm-s-moxer .cm-number {
89
.cm-s-moxer .CodeMirror-line .cm-def ~ .cm-def {
93
.cm-s-moxer .cm-string {
97
.cm-s-moxer .cm-string-2 {
101
.cm-s-moxer .cm-comment {
105
.cm-s-moxer .cm-variable {
113
.cm-s-moxer .cm-meta {
117
.cm-s-moxer .cm-attribute {
121
.cm-s-moxer .cm-property {
125
.cm-s-moxer .cm-qualifier {
129
.cm-s-moxer .cm-variable-3,
130
.cm-s-moxer .cm-type {
135
.cm-s-moxer .cm-error {
136
color: rgba(255, 255, 255, 1.0);
137
background-color: #FF5370;
140
.cm-s-moxer .CodeMirror-matchingbracket {
141
text-decoration: underline;
142
color: white !important;