mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-12 03:26:50 +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,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;;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user