0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-29 09:58:11 +00:00

make sure selection is visible

This commit is contained in:
Víctor Losada Hernández
2026-03-29 01:02:34 +01:00
parent 239029e196
commit 8442fdfe0a

View File

@@ -37,7 +37,10 @@ export default EditorView.theme({
caretColor : 'transparent', caretColor : 'transparent',
}, },
'.cm-activeLine' : { '.cm-activeLine' : {
backgroundColor : '#e8f2ff', backgroundColor : '#becee374',
},
'.cm-gutterElement.cm-activeLineGutter' : {
backgroundColor : '#becee374',
}, },
'.cm-selected' : { '.cm-selected' : {
backgroundColor : '#d7d4f0', backgroundColor : '#d7d4f0',