obsidian-solarized
obsidian-solarized copied to clipboard
Vim cursor within highlight is invisible
The vim cursor background is var(--interactive-accent). ==Highlight== backgrounds are var(--text-highlight-bg). Both are set to var(--color-accent). So when the cursor is positioned within a highlight in editing view, it becomes invisible. There does not seem to be a way to detect the text under the cursor from the cursor layer. Maybe just use a different color for one of the two?