mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 15:24:00 +01:00
The mobile version of ambiance needs the main ambiance class too and I'm not concerned about this, so dropping. 3 other themes needed a FG & BG color set to make text visible. Fixed in ICEcoder and also put in a pull request to CodeMirror.
11 lines
581 B
CSS
11 lines
581 B
CSS
.cm-s-neat.CodeMirror { background: #fff; color: #000; }
|
|
.cm-s-neat span.cm-comment { color: #a86; }
|
|
.cm-s-neat span.cm-keyword { line-height: 1em; font-weight: bold; color: blue; }
|
|
.cm-s-neat span.cm-string { color: #a22; }
|
|
.cm-s-neat span.cm-builtin { line-height: 1em; font-weight: bold; color: #077; }
|
|
.cm-s-neat span.cm-special { line-height: 1em; font-weight: bold; color: #0aa; }
|
|
.cm-s-neat span.cm-variable { color: black; }
|
|
.cm-s-neat span.cm-number, .cm-s-neat span.cm-atom { color: #3a3; }
|
|
.cm-s-neat span.cm-meta {color: #555;}
|
|
.cm-s-neat span.cm-link { color: #3a3; }
|