Skip to content
Discussion options

You must be logged in to vote

Actually, it seems to already be possible through the theming system:

Underline:

"ui.cursor.normal" = { modifiers = ["underlined"], underline.color = "your-cursor-color" }
"ui.cursor.insert" = { modifiers = ["underlined"], underline.color = "your-cursor-color" }
"ui.cursor.select" = { modifiers = ["underlined"], underline.color = "your-cursor-color" }

(Of course, this does require the coloured underlines extension to be supported by one's terminal emulator.)

Hidden:

"ui.cursor.normal" = {}
"ui.cursor.insert" = {}
"ui.cursor.select" = {}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 00-kat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant