norcalli / nvim-colorizer.lua

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

Allow configuration for lowercase colors #88

Open FilippoBonazziSUSE opened 2 years ago

FilippoBonazziSUSE commented 2 years ago

Allow configuration of lowercase color names with minimum changes to the current codebase.

Supersedes #77 (no need to change defaults), avoids the complicated changes in #18 (too much effort to adapt to current codebase).

@norcalli I believe this could be a simple fix which could unblock this feature.