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 the theme by enabling the corresponding option. For example, enable the theme for fish by setting:
kauz.fish.enable = true;
#kauz.kitty.enable = true;
#kauz.neovim.enable = true;
#kauz.tmux.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 the gorgeous Tokyo Night.