diff --git a/lib/editor.css b/lib/editor.css index fa9b274..1c0a9f9 100644 --- a/lib/editor.css +++ b/lib/editor.css @@ -1,13 +1,15 @@ html, body {margin: 0px} +/* Based VERY loosely on the Monokai theme */ + .cm-s-icecoder {font-size: 12px; color: #666; background: #1c1c19;} .cm-s-icecoder span.cm-keyword {color: #f8f8f8; font-weight:bold;} -.cm-s-icecoder span.cm-atom {color: #ff0;} +.cm-s-icecoder span.cm-atom {color: #ae81ff;} .cm-s-icecoder span.cm-number {color: #0a0;} -.cm-s-icecoder span.cm-def {color: #bbf;} +.cm-s-icecoder span.cm-def {color: #fd971f;} -.cm-s-icecoder span.cm-variable {color: #a0a;} +.cm-s-icecoder span.cm-variable {color: #a6e22e;} .cm-s-icecoder span.cm-variable-2 {color: #f92672;} .cm-s-icecoder span.cm-variable-3 {color: #0a0;} @@ -26,15 +28,18 @@ html, body {margin: 0px} .cm-s-icecoder span.cm-bracket {color: #cc7;} .cm-s-icecoder span.cm-tag {color: #e8e8e8;} -.cm-s-icecoder span.cm-attribute {color: #f92672;} +.cm-s-icecoder span.cm-attribute {color: #00b8bb;} .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: #000000 !important;} +.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;} .cm-s-icecoder .CodeMirror-cursor {border-left: 1px solid white !important;} -.cm-s-icecoder .CodeMirror-matchingbracket{border: 1px solid grey; color: black !important;} \ No newline at end of file +.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