Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wsdjeg/cpicker.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpicker.nvim

cpicker.nvim is a Color Converter for neovim.

GitHub License GitHub Issues or Pull Requests GitHub commit activity GitHub Release

Intro

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.

Install

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.

Commands

  1. :Cpicker: open the color converter
  2. :CpickerCursorForeground: open the color converter with cursor highlight
  3. :CpickerColorMix: open the color mixer
  4. :CpickerCursorChangeHighlight: change the highlight of cursor word
  5. :CpickerClearColorPatch: clear colorscheme patch

Key binding

key binding description
h or <Left> reduce
l or <Right> increase
<Enter> copy

Feedback

If you encounter any bugs or have suggestions, please file an issue in the issue tracker

About

Color Converter for neovim

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •