Revision 3251:9ed815f75542,
1.5 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
|
Rev | Line | |
---|
[3251] | 1 | /* |
---|
| 2 | |
---|
| 3 | Name: Railscasts |
---|
| 4 | Author: Ryan Bates (http://railscasts.com) |
---|
| 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-railscasts.CodeMirror {background: #2b2b2b; color: #f4f1ed;} |
---|
| 12 | .cm-s-railscasts div.CodeMirror-selected {background: #272935 !important;} |
---|
| 13 | .cm-s-railscasts .CodeMirror-gutters {background: #2b2b2b; border-right: 0px;} |
---|
| 14 | .cm-s-railscasts .CodeMirror-linenumber {color: #5a647e;} |
---|
| 15 | .cm-s-railscasts .CodeMirror-cursor {border-left: 1px solid #d4cfc9 !important;} |
---|
| 16 | |
---|
| 17 | .cm-s-railscasts span.cm-comment {color: #bc9458;} |
---|
| 18 | .cm-s-railscasts span.cm-atom {color: #b6b3eb;} |
---|
| 19 | .cm-s-railscasts span.cm-number {color: #b6b3eb;} |
---|
| 20 | |
---|
| 21 | .cm-s-railscasts span.cm-property, .cm-s-railscasts span.cm-attribute {color: #a5c261;} |
---|
| 22 | .cm-s-railscasts span.cm-keyword {color: #da4939;} |
---|
| 23 | .cm-s-railscasts span.cm-string {color: #ffc66d;} |
---|
| 24 | |
---|
| 25 | .cm-s-railscasts span.cm-variable {color: #a5c261;} |
---|
| 26 | .cm-s-railscasts span.cm-variable-2 {color: #6d9cbe;} |
---|
| 27 | .cm-s-railscasts span.cm-def {color: #cc7833;} |
---|
| 28 | .cm-s-railscasts span.cm-error {background: #da4939; color: #d4cfc9;} |
---|
| 29 | .cm-s-railscasts span.cm-bracket {color: #f4f1ed;} |
---|
| 30 | .cm-s-railscasts span.cm-tag {color: #da4939;} |
---|
| 31 | .cm-s-railscasts span.cm-link {color: #b6b3eb;} |
---|
| 32 | |
---|
| 33 | .cm-s-railscasts .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;} |
---|
| 34 | .cm-s-railscasts .CodeMirror-activeline-background { background: #303040; } |
---|
Note: See
TracBrowser
for help on using the repository browser.