Replies: 1 comment 1 reply
-
I think the bar cursor's color can only be set by the terminal, not helix. Anyone correct me if I'm wrong. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm tweaking a theme to use white background, and try the make the bar cursor back in insert mode otherwise the cursor becomes invisible. But after I checked some of the builtin themes, the cursor color of insert mode seems to always be white.
For example, I see that settings
'ui.cursor.insert' = { fg = 'orangeN', bg = 'orangeN' }
are inpop-dark.toml
. But the cursor is still white.How can I change that?
Beta Was this translation helpful? Give feedback.
All reactions