7
.cm-s-material-palenight.CodeMirror {
8
background-color: #292D3E;
12
.cm-s-material-palenight .CodeMirror-gutters {
18
.cm-s-material-palenight .CodeMirror-guttermarker,
19
.cm-s-material-palenight .CodeMirror-guttermarker-subtle,
20
.cm-s-material-palenight .CodeMirror-linenumber {
24
.cm-s-material-palenight .CodeMirror-cursor {
25
border-left: 1px solid #FFCC00;
27
.cm-s-material-palenight.cm-fat-cursor .CodeMirror-cursor {
28
background-color: #607c8b80 !important;
30
.cm-s-material-palenight .cm-animate-fat-cursor {
31
background-color: #607c8b80 !important;
34
.cm-s-material-palenight div.CodeMirror-selected {
35
background: rgba(113, 124, 180, 0.2);
38
.cm-s-material-palenight.CodeMirror-focused div.CodeMirror-selected {
39
background: rgba(113, 124, 180, 0.2);
42
.cm-s-material-palenight .CodeMirror-line::selection,
43
.cm-s-material-palenight .CodeMirror-line>span::selection,
44
.cm-s-material-palenight .CodeMirror-line>span>span::selection {
45
background: rgba(128, 203, 196, 0.2);
48
.cm-s-material-palenight .CodeMirror-line::-moz-selection,
49
.cm-s-material-palenight .CodeMirror-line>span::-moz-selection,
50
.cm-s-material-palenight .CodeMirror-line>span>span::-moz-selection {
51
background: rgba(128, 203, 196, 0.2);
54
.cm-s-material-palenight .CodeMirror-activeline-background {
55
background: rgba(0, 0, 0, 0.5);
58
.cm-s-material-palenight .cm-keyword {
62
.cm-s-material-palenight .cm-operator {
66
.cm-s-material-palenight .cm-variable-2 {
70
.cm-s-material-palenight .cm-variable-3,
71
.cm-s-material-palenight .cm-type {
75
.cm-s-material-palenight .cm-builtin {
79
.cm-s-material-palenight .cm-atom {
83
.cm-s-material-palenight .cm-number {
87
.cm-s-material-palenight .cm-def {
91
.cm-s-material-palenight .cm-string {
95
.cm-s-material-palenight .cm-string-2 {
99
.cm-s-material-palenight .cm-comment {
103
.cm-s-material-palenight .cm-variable {
107
.cm-s-material-palenight .cm-tag {
111
.cm-s-material-palenight .cm-meta {
115
.cm-s-material-palenight .cm-attribute {
119
.cm-s-material-palenight .cm-property {
123
.cm-s-material-palenight .cm-qualifier {
127
.cm-s-material-palenight .cm-variable-3,
128
.cm-s-material-palenight .cm-type {
133
.cm-s-material-palenight .cm-error {
134
color: rgba(255, 255, 255, 1.0);
135
background-color: #FF5370;
138
.cm-s-material-palenight .CodeMirror-matchingbracket {
139
text-decoration: underline;
140
color: white !important;