| 776 |
lars |
1 |
/* Loosely based on the Midnight Textmate theme */
|
|
|
2 |
|
|
|
3 |
.cm-s-night.CodeMirror { background: #0a001f; color: #f8f8f8; }
|
|
|
4 |
.cm-s-night div.CodeMirror-selected { background: #447; }
|
|
|
5 |
.cm-s-night .CodeMirror-line::selection, .cm-s-night .CodeMirror-line > span::selection, .cm-s-night .CodeMirror-line > span > span::selection { background: rgba(68, 68, 119, .99); }
|
|
|
6 |
.cm-s-night .CodeMirror-line::-moz-selection, .cm-s-night .CodeMirror-line > span::-moz-selection, .cm-s-night .CodeMirror-line > span > span::-moz-selection { background: rgba(68, 68, 119, .99); }
|
|
|
7 |
.cm-s-night .CodeMirror-gutters { background: #0a001f; border-right: 1px solid #aaa; }
|
|
|
8 |
.cm-s-night .CodeMirror-guttermarker { color: white; }
|
|
|
9 |
.cm-s-night .CodeMirror-guttermarker-subtle { color: #bbb; }
|
|
|
10 |
.cm-s-night .CodeMirror-linenumber { color: #f8f8f8; }
|
|
|
11 |
.cm-s-night .CodeMirror-cursor { border-left: 1px solid white; }
|
|
|
12 |
|
|
|
13 |
.cm-s-night span.cm-comment { color: #6900a1; }
|
|
|
14 |
.cm-s-night span.cm-atom { color: #845dc4; }
|
|
|
15 |
.cm-s-night span.cm-number, .cm-s-night span.cm-attribute { color: #ffd500; }
|
|
|
16 |
.cm-s-night span.cm-keyword { color: #599eff; }
|
|
|
17 |
.cm-s-night span.cm-string { color: #37f14a; }
|
|
|
18 |
.cm-s-night span.cm-meta { color: #7678e2; }
|
|
|
19 |
.cm-s-night span.cm-variable-2, .cm-s-night span.cm-tag { color: #99b2ff; }
|
|
|
20 |
.cm-s-night span.cm-variable-3, .cm-s-night span.cm-def { color: white; }
|
|
|
21 |
.cm-s-night span.cm-bracket { color: #8da6ce; }
|
|
|
22 |
.cm-s-night span.cm-comment { color: #6900a1; }
|
|
|
23 |
.cm-s-night span.cm-builtin, .cm-s-night span.cm-special { color: #ff9e59; }
|
|
|
24 |
.cm-s-night span.cm-link { color: #845dc4; }
|
|
|
25 |
.cm-s-night span.cm-error { color: #9d1e15; }
|
|
|
26 |
|
|
|
27 |
.cm-s-night .CodeMirror-activeline-background { background: #1C005A; }
|
|
|
28 |
.cm-s-night .CodeMirror-matchingbracket { outline:1px solid grey; color:white !important; }
|