From 649f606a0e6d7f4b64b3653c6cd3b2d9247ba12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 22 Apr 2026 00:46:12 +0200 Subject: [PATCH] lets try this --- themes/codeMirror/darkbrewery.js | 3 +++ 1 file changed, 3 insertions(+) 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',