-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui.cursor.primary
always overrides ui.cursor.insert
#1337
Comments
ui.cursor.primary
always overrides `ui.cursor.insert'ui.cursor.primary
always overrides ui.cursor.insert
I am not sure whether the behavior should be changed 🤔 if the theme specifies different cursor colors for insert/normal mode and doesn't set the primary cursor color this will work fine, maybe we should adjust the theme instead? Or am I missing something? |
Now it is not possible to set a color to normal mode primary cursor, and a different one for insert mode cursor. |
But wouldn't that require also having |
One solution would be to make |
If
ui.cursor.primary
is set in a theme, it always overrides e.g.ui.cursor.insert
.E.g. currently in gruvbox theme one can't tell where is the cursor in a selection because it has the same color as the selection:
If I change the
ui.cursor.primary
value of the theme file, the issue is solved:However, I also would like to give
ui.cursor.insert
a different color, so I know if I am in insert mode, but currently it is not possibleThe text was updated successfully, but these errors were encountered: