Styling of folded regions in the light theme

This commit is contained in:
Jonatan Heyman 2025-06-16 22:34:30 +02:00
parent 8d7f34c3bc
commit e4b4401b70

View File

@ -43,6 +43,11 @@ const lightTheme = EditorView.theme({
".cm-activeLine": {
backgroundColor: "rgba(0,0,0, 0.04)",
},
'.cm-foldPlaceholder': {
backgroundColor: 'transparent',
border: 'none',
color: 'rgba(0,0,0, 0.5)'
},
".cm-selectionBackground": {
background: selectionBlur,
},