norcalli / nvim-colorizer.lua

The fastest Neovim colorizer.
Other
2.23k stars 117 forks source link

Support modern CSS rgb() functions #86

Open kmoschcau opened 2 years ago

kmoschcau commented 2 years ago

Currently colorizer only supports these function when they use comma separated parameters and float alpha. Please add support for space separated parameters and percentage alpha.

brenoprata10 commented 2 years ago

I am currently maintaining https://github.com/brenoprata10/nvim-highlight-colors. My plugin is web-based, so all of the CSS scope is/will be supported

kmoschcau commented 1 year ago

Oh wow, I missed this comment. I switched to your plugin, seeing as this seems to be no longer maintained.