Distinguishable primary and secondary cursor colors #4833
-
Hi, I'm walking through the tutor today, and for the multi cursor mode part, I found that when using I'm using the default theme on Manjaro with the latest version (22.08). |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The matching bracket is currently only highlighted for the primary cursor: #3228 |
Beta Was this translation helpful? Give feedback.
-
The default theme also doesn't distinguish between primary and secondary cursor colors: it only has a |
Beta Was this translation helpful? Give feedback.
-
We should add more primary cursor styles to themes: #1833 I experimented with this a bit for the default theme but couldn't decide yet on a reasonable value. |
Beta Was this translation helpful? Give feedback.
The default theme also doesn't distinguish between primary and secondary cursor colors: it only has a
ui.cursor
scope defined which is used for both. You can use theui.cursor.primary
theme key to color the primary cursor andui.cursor
for any secondary cursors