Currently, changing colorschemes after vim has been loaded leaves vim-pulse with an old value for the default "CursorLine" color (which is captured when vim-pulse is initialized, here). It would be great if this could be updated when colorscheme is changed, by using the ColorScheme autocommand event.
Currently, changing colorschemes after vim has been loaded leaves vim-pulse with an old value for the default "CursorLine" color (which is captured when vim-pulse is initialized, here). It would be great if this could be updated when colorscheme is changed, by using the
ColorSchemeautocommand event.