Nvim plugin for picking colors from colorschemes
- Fully mouse independent (NO NEED OF MOUSE)
- Pick color from colorscheme
- Insert color in hex format
- Insert after and before the cursor
Use your favorite plugin manager to install this plugin.
" vim-plug
Plug 'tribhuwan-kumar/NVIMColorPicker'
cd "$(dirname "$(find ~/.local/share/nvim -type f -name color_picker.py | head -n 1)")" && pip install -r requirements.txt
let g:NVIMColorPicker#InsertBefore#TheCursor = 1 " for inserting hex code before the cursor, I recommend to use this
set variables 0 for disabling the feature, default behavior is insert after the cursor
:ColorPicker
- Open color picker popuph,j,k,l
- Move in the color schemeo
&O
- For decreasing and increasing the color brightnessEnter
- Accept the selected colorEsc
- Close the color picker popup