cpicker.nvim is a Color Converter for neovim.
cpicker.nvim is a lightweight color palette plugin for Neovim that supports a wide range of color models, such as HEX, RGB, HSL, HSV, CMYK, HWB, Lab, Linear RGB, XYZ, and more. Support for additional color spaces will be added in future releases.
Use your preferred Neovim plugin manager to install cpicker.nvim.
with nvim-plug
require('plug').add({
{
'wsdjeg/cpicker.nvim',
depends = {
{ 'wsdjeg/logger.nvim' },
{ 'wsdjeg/notify.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
| key binding | description |
|---|---|
h or <Left> |
reduce |
l or <Right> |
increase |
<Enter> |
copy |
If you encounter any bugs or have suggestions, please file an issue in the issue tracker