Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buntec/kauz

A Neovim colorscheme for the nocturnal
https://github.com/buntec/kauz

colorscheme neovim

Last synced: about 2 months ago
JSON representation

A Neovim colorscheme for the nocturnal

Awesome Lists containing this project

README

        

# Kauz 🦉

*This is work in progress!*

A colorscheme for neovim built with [Lush](https://github.com/rktjmp/lush.nvim).
Includes matching themes for kitty, fish and tmux.

## Install

### Nix

Kauz is distributed as a nix flake exposing a [home-manager](https://github.com/nix-community/home-manager) module.

- Add `overlays.default` to your list of `nixpkgs` 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:
```nix
kauz.fish.enable = true;
#kauz.kitty.enable = true;
#kauz.neovim.enable = true;
#kauz.tmux.enable = true;
```
### Without Nix

```lua
-- lazy.nvim
{
"buntec/kauz",
dependencies = { "rktjmp/lush.nvim" }
}
```

```lua
vim.cmd.colorscheme("kauz")
```

## Acknowledgements:

Utilities for generating tmux, fish and kitty configurations
are taken from the gorgeous [Tokyo Night](https://github.com/folke/tokyonight.nvim).

## Screenshots

### Scala

Screenshot 2024-10-04 at 17 35 49
Screenshot 2024-10-04 at 17 16 15

### Nix

Screenshot 2024-10-04 at 17 36 58
Screenshot 2024-10-04 at 17 21 42