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.
Using nvim-plug
require('plug').add({
{
'wsdjeg/cpicker.nvim',
depends = {
{ 'wsdjeg/logger.nvim' },
{ 'wsdjeg/notify.nvim' },
},
},
})Then use :Plug install cpicker.nvim to install this plugin.
Using luarocks
luarocks install cpicker.nvim
- open color palette with specific color models.
:Cpicker rgb hsl
- open color palette with cursor highlight
:CpickerCursorForeground
- open color mixer:
:CpickerColorMix #282828 #23EF12
- Change the highlight of cursor position. This command will generate colorscheme patch which will be loaded when using same colorscheme.
:CpickerCursorChangeHighlight
Use :CpickerClearColorPatch command to 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
Licensed under GPL-3.0.
