diff --git a/lib/editor.css b/lib/editor.css index e4829e7..96be95e 100644 --- a/lib/editor.css +++ b/lib/editor.css @@ -1,6 +1,4 @@ -html, body {margin: 0px} - -/* Based VERY loosely on the Monokai theme */ +/* ICE coder default theme: Based VERY loosely on Monokai */ .cm-s-icecoder {font-size: 12px; color: #666; background: #1c1c19;} @@ -33,13 +31,4 @@ html, body {margin: 0px} .cm-s-icecoder span.cm-header {color: #a0a;} .cm-s-icecoder span.cm-quote {color: #090;} .cm-s-icecoder span.cm-hr {color: #999;} -.cm-s-icecoder span.cm-link {color: #ff0;} - -.cm-s-icecoder .CodeMirror-selected {background: #037 !important;} -.cm-s-icecoder .CodeMirror-gutter {background: #333; border-right: 1px solid #e8e8e8} -.cm-s-icecoder .CodeMirror-gutter-text {color: #999; width: 35px; cursor: default} -.cm-s-icecoder .CodeMirror-cursor {border-left: 1px solid white !important;} -.cm-s-icecoder .CodeMirror-matchingbracket{border: 1px solid grey; color: black !important;} - -span.CodeMirror-matchhighlight {background: #555555} -.CodeMirror-focused span.CodeMirror-matchhighlight {color: #000000; background: #555555; !important} \ No newline at end of file +.cm-s-icecoder span.cm-link {color: #ff0;} \ No newline at end of file