This plugin provides to edit RGB and HSL such as the following:
hsl({hue},{saturation}%,{lightness}%)hsla({hue},{saturation}%,{lightness}%,{alpha})rgb({red},{green},{blue})rgba({red},{green},{blue},{alpha})#rrggbb
When you edit rgba() or hsla(), this plugin does not support to edit the alpha value.
Also this plugin provides to switch to another display-mode such as RGB and HSL.
- Vim only. Does not support Neovim
- Vim must be compiled with
+popupwinor+textpropfeature - 256 colors(
has('gui_running')or&termguicolors)
- This plugin does not provide to customize user-settings.
- This plugin provides only one command.
This is an example of installation using vim-plug.
Plug 'rbtnn/vim-coloredit'
Distributed under MIT License. See LICENSE.
