nvim: add lupanbones colorscheme (my variant for zenbones)

- also add lupanbones colors for kitty and st
- remove zutty config
This commit is contained in:
2026-03-07 08:04:11 +01:00
parent 8266382d70
commit a9415caa6e
8 changed files with 176 additions and 86 deletions

View File

@@ -2,8 +2,10 @@ vim.pack.add({
"https://github.com/EdenEast/nightfox.nvim",
"https://github.com/rebelot/kanagawa.nvim",
"https://github.com/kepano/flexoki-neovim",
"https://github.com/rktjmp/lush.nvim",
"https://github.com/zenbones-theme/zenbones.nvim",
})
local cs = require("config.colorscheme")
cs.set_colorschemes("flexoki", "flexoki")
cs.set_colorschemes("lupanbones", "lupanbones")
cs.update_colorscheme()