bakkeby / st-flexipatch

An st build with preprocessor directives to decide which patches to include during build time
MIT License
353 stars 108 forks source link

[patch request/question] - swap cursor's background & current character color like alacritty? #10

Closed kiprasmel closed 7 months ago

kiprasmel commented 3 years ago

Alacritty has this and I'd love to have it in st -- once you hover over to some colorful character, the cursor's background becomes that color, and the character becomes transparent or swapped or similar.

This is something similar to ATTR_REVERSE and disabling the spoiler patch, but more like for general editing in say (neo)vim.

image