Remove ambiance mobile, set FG/BG on 3 themes

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.
This commit is contained in:
Matt Pass
2013-03-12 17:57:36 +00:00
parent 33308688aa
commit 76717f6141
4 changed files with 4 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
.cm-s-eclipse.CodeMirror {background: #fff; color: #000;}
.cm-s-eclipse span.cm-meta {color: #FF1717;}
.cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; }
.cm-s-eclipse span.cm-atom {color: #219;}
@@ -20,6 +21,6 @@
.cm-s-eclipse span.cm-link {color: #219;}
.cm-s-eclipse .CodeMirror-matchingbracket {
border:1px solid grey;
outline:1px solid grey;
color:black !important;;
}