auto-dark-mode.vim icon indicating copy to clipboard operation
auto-dark-mode.vim copied to clipboard

Change cursor colors

Open humblehacker opened this issue 4 years ago • 1 comments

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.

humblehacker avatar May 07 '21 03:05 humblehacker

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 https://github.com/L-TChen/auto-dark-mode.vim/blob/81a3e86bd491dbb4e3a5ae68c678b7260579f44b/plugin/autoDark.vim#L32

L-TChen avatar Jul 22 '22 07:07 L-TChen