Change color of cursor according to mode #7397
-
Mode indicator color is changed according to mode used. I thing that also cursor color and possibly also cursor line color can vary to inform user about current mode without looking to bottom left corner. |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Jun 20, 2023
Replies: 1 comment
-
You can theme cursors by mode with the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pascalkuthe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can theme cursors by mode with the
ui.cursor.{normal,insert,select}
theme keys and the primary cursor withui.cursor.primary.{normal,insert,select}
: https://docs.helix-editor.com/master/themes.html#interface