cpicker.nvim is a Color Converter for neovim.
Use your preferred Neovim plugin manager to install cpicker.nvim.
with nvim-plug
require('plug').add({
{ 'wsdjeg/cpicker.nvim' }
})
Then use :PlugInstall cpicker.nvim
to install this plugin.
:Cpicker
: open the color converter:CpickerCursorForeground
: open the color converter with cursor highlight:CpickerColorMix
: open the color mixer:CpickerCursorChangeHighlight
: change the highlight of cursor word:CpickerClearColorPatch
: clear colorscheme patch
If you encounter any bugs or have suggestions, please file an issue in the issue tracker