diff --git a/themes/codeMirror/darkbrewery.js b/themes/codeMirror/darkbrewery.js index d9a6a74e8..5f3a466ff 100644 --- a/themes/codeMirror/darkbrewery.js +++ b/themes/codeMirror/darkbrewery.js @@ -57,6 +57,9 @@ export default EditorView.theme({ '.cm-selectionBackground ' : { backgroundColor : '#d7d4f0', }, + '.cm-focused .cm-selectionBackground ' : { + backgroundColor : '#d7d4f0', + }, '.cm-pageLine' : { backgroundColor : '#7ca97c', color : '#000',