433ee02e7dc536b189b8bdc40b2315572e44d1a9
nvim-kolorz
nvim-kolorz is a customisable nvim colorscheme. It is made to be used with KonfiZ which regenerate the colorscheme based on the current wallpaper.
Installation :
{
"Keyoonz/nvim-kolorz",
name = "nvim-kolorz",
lazy = false,
priority = 1000,
config = function()
vim.cmd("colorscheme nvim-kolorz")
end
}
Description
Languages
Lua
100%