mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
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:
@@ -1,6 +0,0 @@
|
||||
.cm-s-ambiance.CodeMirror {
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
-o-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
@@ -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;;
|
||||
}
|
||||
|
||||
@@ -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;}
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user