diff --git a/theme/icecoder.css b/theme/icecoder.css index 37561d4b9f5f79df1495a7ad09c957ece7f1e469..d70d26e8200b45b96af5d934db411fae5d4fd3e7 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