Skip to content

74k1/tsukiyo.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tsukiyo.nvim

A neat Base24 colorscheme for Neovim, elegantly crafted using Nix.

Features

  • Base24 color palette implementation
  • Built with Nix for reproducible builds
  • Optimized for Neovim

Installation

Using Lazy.nvim

{
    "74k1/tsukiyo.nvim",
    lazy = false,
    priority = 1000,
}

Using Packer

use "74k1/tsukiyo.nvim"

Usage

Add to your Neovim configuration:

vim.cmd[[colorscheme tsukiyo]]

Requirements

  • Neovim >= 0.8.0
  • Nix (for building from source)

Building from Source

make build

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a new Pull Request

About

A Base24 colorscheme, built with Nix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages