nvim-colortils / colortils.nvim

Some color utils for neovim
GNU General Public License v2.0
363 stars 13 forks source link

better preview customization and cword color detection #2

Closed budswa closed 2 years ago

budswa commented 2 years ago

color_preview is now a string containing whatever characters you want to preview the color with, and if you want the color value, you just add %s to the color_preview string where you want it.

You can also now call :Colortils picker when above a RGB color and it will read that value.

Also, changed the highlight group name so when making new highlight groups in the future it is clearer.

max397574 commented 2 years ago

lgtm