Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/buntec/kauz
- Owner: buntec
- License: mit
- Created: 2023-11-16T13:19:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-06T12:25:38.000Z (3 months ago)
- Last Synced: 2024-10-08T12:59:36.244Z (3 months ago)
- Topics: colorscheme, neovim
- Language: Lua
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
### Nix