base files

This commit is contained in:
Keyoonz
2025-08-10 19:47:55 +02:00
commit 3030fd1cb6
3 changed files with 71 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# nvim-kolorz
nvim-kolorz is a customisable nvim colorscheme.
It is made to be used with [KonfiZ](https://github.com/Keyoonz/KonfiZ) which regenerate the colorscheme based on the current wallpaper.
## Installation :
```lua
{
"Keyoonz/nvim-kolorz",
name = "nvim-kolorz",
lazy = false,
priority = 1000,
config = function()
vim.cmd("colorscheme nvim-kolorz")
end
}
```