From 756ddc5c8b58c7a47e48762496771aebe08623b4 Mon Sep 17 00:00:00 2001 From: Matt Pass <matt@mattpass.com> Date: Wed, 26 Aug 2015 11:30:16 +0100 Subject: [PATCH] [icecoder theme] Activeline background added --- theme/icecoder.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/icecoder.css b/theme/icecoder.css index 37561d4b9..d70d26e82 100644 --- a/theme/icecoder.css +++ b/theme/icecoder.css @@ -40,3 +40,4 @@ ICEcoder default theme by Matt Pass, used in code editor available at https://ic .cm-s-icecoder .CodeMirror-gutters { background: #141612; 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 -- GitLab