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,6 +0,0 @@
.cm-s-ambiance.CodeMirror {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}

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;;
}

View File

@@ -1,3 +1,4 @@
.cm-s-elegant.CodeMirror {background: #fff; color: #000;}
.cm-s-elegant span.cm-number, .cm-s-elegant span.cm-string, .cm-s-elegant span.cm-atom {color: #762;}
.cm-s-elegant span.cm-comment {color: #262; font-style: italic; line-height: 1em;}
.cm-s-elegant span.cm-meta {color: #555; font-style: italic; line-height: 1em;}

View File

@@ -1,3 +1,4 @@
.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; }