diff --git a/themes/codeMirror/default.js b/themes/codeMirror/default.js index 5c65d94f1..0625ded76 100644 --- a/themes/codeMirror/default.js +++ b/themes/codeMirror/default.js @@ -37,7 +37,10 @@ export default EditorView.theme({ caretColor : 'transparent', }, '.cm-activeLine' : { - backgroundColor : '#e8f2ff', + backgroundColor : '#becee374', + }, + '.cm-gutterElement.cm-activeLineGutter' : { + backgroundColor : '#becee374', }, '.cm-selected' : { backgroundColor : '#d7d4f0',