From 38693781a0849e4b4d84b32a5bc2942ac72584b2 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 6 Apr 2016 22:50:51 +0100 Subject: [PATCH] Change of background and matchingbracket, drop activeline-background --- CodeMirror/theme/icecoder.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CodeMirror/theme/icecoder.css b/CodeMirror/theme/icecoder.css index d70d26e..006c7c8 100644 --- a/CodeMirror/theme/icecoder.css +++ b/CodeMirror/theme/icecoder.css @@ -2,7 +2,7 @@ ICEcoder default theme by Matt Pass, used in code editor available at https://icecoder.net */ -.cm-s-icecoder { color: #666; background: #141612; } +.cm-s-icecoder { color: #666; background: #1d1d1b; } .cm-s-icecoder span.cm-keyword { color: #eee; font-weight:bold; } /* off-white 1 */ .cm-s-icecoder span.cm-atom { color: #e1c76e; } /* yellow */ @@ -37,7 +37,6 @@ ICEcoder default theme by Matt Pass, used in code editor available at https://ic .cm-s-icecoder .CodeMirror-cursor { border-left: 1px solid white; } .cm-s-icecoder div.CodeMirror-selected { color: #fff; background: #037; } -.cm-s-icecoder .CodeMirror-gutters { background: #141612; min-width: 41px; border-right: 0; } +.cm-s-icecoder .CodeMirror-gutters { background: #1d1d1b; min-width: 41px; border-right: 0; } .cm-s-icecoder .CodeMirror-linenumber { color: #555; cursor: default; } -.cm-s-icecoder .CodeMirror-matchingbracket { border: 1px solid grey; color: black !important; } -.cm-s-icecoder .CodeMirror-activeline-background { background: #000; } \ No newline at end of file +.cm-s-icecoder .CodeMirror-matchingbracket { color: #fff !important; background: #555 !important; } \ No newline at end of file