This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
[Plugin] Display the color of color-hex-codes, color functions #45
Labels
plugin request
This belongs in a separate plugin
Display the color of color-hex-codes and color functions is pretty helpful for writing CSS and UI design... VScode support this feature by default, while NeoVim have an acceptable plugin
vim-hexokinase
that do the job:I hope Pepper could support for coloring:
#FFFFFF
).#FFF
).rgb(100%, 100%, 100%)
,rgb(255, 255, 255)
).rgba( ... )
).hsl( ... )
).hsla( ... )
).With styling options:
If you find this suggestion it's suitable to be built-in with the editor, feel free to label this issue with "Plugin" or "Plugin Idea".
The text was updated successfully, but these errors were encountered: