|
8 | 8 |
|
9 | 9 | */
|
10 | 10 |
|
11 |
| -.cm-s-3024-night.CodeMirror { background: #090300; color: #d6d5d4; } |
12 |
| -.cm-s-3024-night div.CodeMirror-selected { background: #3a3432; } |
| 11 | +.cm-s-3024-night.CodeMirror { background: #131414; color: #ccc; } |
| 12 | +.cm-s-3024-night div.CodeMirror-selected { background: #4a5964; } |
13 | 13 | .cm-s-3024-night .CodeMirror-line::selection, .cm-s-3024-night .CodeMirror-line > span::selection, .cm-s-3024-night .CodeMirror-line > span > span::selection { background: rgba(58, 52, 50, .99); }
|
14 | 14 | .cm-s-3024-night .CodeMirror-line::-moz-selection, .cm-s-3024-night .CodeMirror-line > span::-moz-selection, .cm-s-3024-night .CodeMirror-line > span > span::-moz-selection { background: rgba(58, 52, 50, .99); }
|
15 |
| -.cm-s-3024-night .CodeMirror-gutters { background: #090300; border-right: 0px; } |
| 15 | +.cm-s-3024-night .CodeMirror-gutters { background: #131414; border-right: 0px; } |
16 | 16 | .cm-s-3024-night .CodeMirror-guttermarker { color: #db2d20; }
|
17 | 17 | .cm-s-3024-night .CodeMirror-guttermarker-subtle { color: #5c5855; }
|
18 |
| -.cm-s-3024-night .CodeMirror-linenumber { color: #5c5855; } |
| 18 | +.cm-s-3024-night .CodeMirror-linenumber { color: #515151; } |
19 | 19 |
|
20 |
| -.cm-s-3024-night .CodeMirror-cursor { border-left: 1px solid #807d7c; } |
| 20 | +.cm-s-3024-night .CodeMirror-cursor { border-left: 1px solid #999; } |
21 | 21 |
|
22 |
| -.cm-s-3024-night span.cm-comment { color: #cdab53; } |
23 |
| -.cm-s-3024-night span.cm-atom { color: #a16a94; } |
24 |
| -.cm-s-3024-night span.cm-number { color: #a16a94; } |
| 22 | +.cm-s-3024-night span.cm-comment { color: #969896; } |
| 23 | +.cm-s-3024-night span.cm-atom { color: #dc7069; } |
| 24 | +.cm-s-3024-night span.cm-number { color: #de935f; } |
25 | 25 |
|
26 |
| -.cm-s-3024-night span.cm-property, .cm-s-3024-night span.cm-attribute { color: #01a252; } |
27 |
| -.cm-s-3024-night span.cm-keyword { color: #db2d20; } |
28 |
| -.cm-s-3024-night span.cm-string { color: #fded02; } |
| 26 | +.cm-s-3024-night span.cm-property { color: #81a2be; } |
| 27 | +.cm-s-3024-night span.cm-attribute { color: #dc7069; } |
| 28 | +.cm-s-3024-night span.cm-keyword { color: #b294bb; } |
| 29 | +.cm-s-3024-night span.cm-string { color: #b5bd68; } |
29 | 30 |
|
30 |
| -.cm-s-3024-night span.cm-variable { color: #01a252; } |
31 |
| -.cm-s-3024-night span.cm-variable-2 { color: #01a0e4; } |
32 |
| -.cm-s-3024-night span.cm-def { color: #e8bbd0; } |
33 |
| -.cm-s-3024-night span.cm-bracket { color: #d6d5d4; } |
34 |
| -.cm-s-3024-night span.cm-tag { color: #db2d20; } |
| 31 | +.cm-s-3024-night span.cm-variable { color: #eee; } |
| 32 | +.cm-s-3024-night span.cm-variable-2 { color: #89b6c5; } |
| 33 | +.cm-s-3024-night span.cm-variable-3 { color: #6abe79; } |
| 34 | +.cm-s-3024-night span.cm-def { color: #de935f; } |
| 35 | +.cm-s-3024-night span.cm-bracket { color: #ccc; } |
| 36 | +.cm-s-3024-night span.cm-tag { color: #f0c674; } |
35 | 37 | .cm-s-3024-night span.cm-link { color: #a16a94; }
|
36 |
| -.cm-s-3024-night span.cm-error { background: #db2d20; color: #807d7c; } |
| 38 | +.cm-s-3024-night span.cm-error { background: #F2777a; color: #eee ; } |
37 | 39 |
|
38 |
| -.cm-s-3024-night .CodeMirror-activeline-background { background: #2F2F2F; } |
39 |
| -.cm-s-3024-night .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; } |
| 40 | +.cm-s-3024-night .CodeMirror-activeline-background { background: hsla(0,0%,100%,0.05); } |
| 41 | +.cm-s-3024-night .CodeMirror-matchingbracket { text-decoration: underline; color: #ccc !important; } |
0 commit comments