Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpicker.nvim

Run Tests GitHub License GitHub Issues or Pull Requests GitHub commit activity GitHub Release luarocks

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.

cpicker

📦 Installation

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

⚙️ Basic Usage

All functionality is accessed through the single :Cpicker command with subcommands.

Command Description
:Cpicker [formats...] Open color picker
:Cpicker cursor [formats...] Open picker with cursor foreground color
:Cpicker mix color1 color2 Open color mixer
:Cpicker hl [formats...] Change cursor highlight (generates colorscheme patch)
:Cpicker clear Clear colorscheme patch

Examples

  1. open color palette with specific color models.
:Cpicker rgb hsl
  1. open color palette with cursor highlight.
:Cpicker cursor
  1. open color mixer:
:Cpicker mix #282828 #23EF12
  1. Change the highlight of cursor position. This command will generate colorscheme patch which will be loaded when using same colorscheme.
:Cpicker hl

Use :Cpicker clear to clear colorscheme patch.

Supported color formats

rgb, hsl, hsv, cmyk, hwb, linear, lab

🪟 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

📄 License

Licensed under GPL-3.0.

About

Color Converter for neovim

Topics

Resources

Stars

10 stars

Watchers

2 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages