From 15ff1534c37023ff005eb545c4c29a35acbf9db9 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 19 Jul 2015 21:16:53 +0100 Subject: [PATCH] Tweaked BG --- lib/editor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/editor.css b/lib/editor.css index 458c905..13d7977 100644 --- a/lib/editor.css +++ b/lib/editor.css @@ -1,6 +1,6 @@ /* ICEcoder default theme by Matt Pass */ -.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 */ @@ -35,6 +35,6 @@ .cm-s-icecoder .CodeMirror-cursor {border-left: 1px solid white !important} .cm-s-icecoder .CodeMirror-selected {color: #fff !important; background: #037 !important} -.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} \ No newline at end of file