/kauz

Primary LanguageLuaMIT LicenseMIT

Kauz

This is work in progress!

A colorscheme for neovim built with Lush. Includes matching themes for kitty, fish and tmux.

Install

Nix

Kauz is distributed as a nix flake exposing a home-manager module.

  • Add overlays.default to your list of nixpkgs overlays.
  • Import homeModules.default as a home-manager module and activate by setting colorschemes.kauz.enable = true.

Without Nix

-- lazy.nvim
{
  "buntec/kauz",
  dependencies = { "rktjmp/lush.nvim" }
}
vim.cmd.colorscheme("kauz")

Acknowledgements:

Utilities for generating tmux, fish and kitty configurations are taken from Tokyo Night.

Screenshots

Scala (with Treesitter)

kauz-screenshot-1

Nix

kauz-nix-screenshot-1