Revision 3251:9ed815f75542,
1.4 KB
checked in by franck <carnet.franck.paul@…>, 9 years ago
(diff) |
Upgrade codemirror (from 2.35.0 to 5.15.2) and move from themeEditor plugin to admin/js
|
|
Line | |
---|
1 | /* |
---|
2 | |
---|
3 | Name: Isotope |
---|
4 | Author: David Desandro / Jan T. Sott |
---|
5 | |
---|
6 | CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror) |
---|
7 | Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) |
---|
8 | |
---|
9 | */ |
---|
10 | |
---|
11 | .cm-s-isotope.CodeMirror {background: #000000; color: #e0e0e0;} |
---|
12 | .cm-s-isotope div.CodeMirror-selected {background: #404040 !important;} |
---|
13 | .cm-s-isotope .CodeMirror-gutters {background: #000000; border-right: 0px;} |
---|
14 | .cm-s-isotope .CodeMirror-linenumber {color: #808080;} |
---|
15 | .cm-s-isotope .CodeMirror-cursor {border-left: 1px solid #c0c0c0 !important;} |
---|
16 | |
---|
17 | .cm-s-isotope span.cm-comment {color: #3300ff;} |
---|
18 | .cm-s-isotope span.cm-atom {color: #cc00ff;} |
---|
19 | .cm-s-isotope span.cm-number {color: #cc00ff;} |
---|
20 | |
---|
21 | .cm-s-isotope span.cm-property, .cm-s-isotope span.cm-attribute {color: #33ff00;} |
---|
22 | .cm-s-isotope span.cm-keyword {color: #ff0000;} |
---|
23 | .cm-s-isotope span.cm-string {color: #ff0099;} |
---|
24 | |
---|
25 | .cm-s-isotope span.cm-variable {color: #33ff00;} |
---|
26 | .cm-s-isotope span.cm-variable-2 {color: #0066ff;} |
---|
27 | .cm-s-isotope span.cm-def {color: #ff9900;} |
---|
28 | .cm-s-isotope span.cm-error {background: #ff0000; color: #c0c0c0;} |
---|
29 | .cm-s-isotope span.cm-bracket {color: #e0e0e0;} |
---|
30 | .cm-s-isotope span.cm-tag {color: #ff0000;} |
---|
31 | .cm-s-isotope span.cm-link {color: #cc00ff;} |
---|
32 | |
---|
33 | .cm-s-isotope .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;} |
---|
34 | .cm-s-isotope .CodeMirror-activeline-background { background: #202020; } |
---|
Note: See
TracBrowser
for help on using the repository browser.