Files
nvim-kolorz/README.md
2025-08-10 19:47:55 +02:00

385 B

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
}