A neat Base24 colorscheme for Neovim, elegantly crafted using Nix.
- Base24 color palette implementation
- Built with Nix for reproducible builds
- Optimized for Neovim
Using Lazy.nvim
{
"74k1/tsukiyo.nvim",
lazy = false,
priority = 1000,
}
Using Packer
use "74k1/tsukiyo.nvim"
Add to your Neovim configuration:
vim.cmd[[colorscheme tsukiyo]]
- Neovim >= 0.8.0
- Nix (for building from source)
make build
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request