auto-dark-mode.vim
auto-dark-mode.vim copied to clipboard
Change cursor colors
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.
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