Skip to content
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

Change cursor colors #3

Open
humblehacker opened this issue May 7, 2021 · 1 comment
Open

Change cursor colors #3

humblehacker opened this issue May 7, 2021 · 1 comment

Comments

@humblehacker
Copy link

Thanks for the plugin. It's almost perfect for me!

Is there a way to select cursor colors based on dark/light? When I switch to dark mode, I lose my insert cursor.

@L-TChen
Copy link
Owner

L-TChen commented Jul 22, 2022

That should depend on the cursor configuration? https://vim.fandom.com/wiki/Configuring_the_cursor
If so, then you can set an autocmd triggered to change the configuration if the appearance is changed like

autocmd OSAppearanceChanged * call s:ChangeBackground()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants