This is work in progress!
A colorscheme for neovim built with Lush. Includes matching themes for kitty, fish and tmux.
Kauz is distributed as a nix flake exposing a home-manager module.
- Add
overlays.default
to your list ofnixpkgs
overlays. - Import
homeModules.default
as a home-manager module and activate by settingcolorschemes.kauz.enable = true
.
-- lazy.nvim
{
"buntec/kauz",
dependencies = { "rktjmp/lush.nvim" }
}
vim.cmd.colorscheme("kauz")
Utilities for generating tmux, fish and kitty configurations are taken from Tokyo Night.