Farbe is a 16-color-theme collection for neovim. I am not affiliated with any of the original authors of the themes in this repository. All the themes are my personal interpretation of the original ones.
Lazy:
{
'paulfrische/farbe',
priority = 1000,
config = function()
-- gruvbox is just an example
vim.cmd.colorscheme('gruvbox')
end
}