A framework for creating Neovim colorschemes. 💅 👩💻
There once was an archon. Skilled in the arts of creation, she created much joy for the humans whose care she had been charged with. These joys were created through the invention of ingenious devices.
- Records of Liyue historians
Teach with wisdom, be bound by virtue, fortify the bones, unite in ambition.
- Guizhong, Goddess of earthen elements
This repository contains the source code for a Lua plugin for Neovim enabling users to build a beautiful Neovim colorscheme in mere minutes. The project was named after the goddess of invention in Genshin Impact, Guizhong (归终).
return {
'alyxshang/guizhong.nvim'
}
To understand how to use Guizhong.nvim, please peruse any of the colorschemes made with Guizhong.nvim.
To contribute, please follow these steps:
- Fork this repository.
- Add a module for the plugin you want to support in the
lua/guizhong
directory. - Import the module inside the file
lua/guizhong/setter.lua
and include the call inside thesetHighlights
function with the supplied palette as an argument. - Test your change with an existing colorscheme or your own.
- Commit and push your change.
- Add your plugin to the
Supported Plugins
section. - File a pull request.
Any of these plugins can be specified as optional dependencies for Guizhong.nvim.
A Neovim colorscheme inspired by the Raiden Shogun, the Archon of Inazuma.
A Neovim colorscheme inspired by Yae Miko, the Guuji of the Grand Narukami Shrine.
A Neovim colorscheme inspired by Ms. Lan Yan, a prolific maker of Rattan figures.
A pastel goth Neovim colorscheme inspired by Menhera Chan.
- Initial release.
- Upload to GitHub.
- Support for a transparency setting.
- Support for conditionally setting highlight groups based on plugins installed.
- Added support for the
gitsigns.nvim
plugin.
- Guizhong.nvim 💅 👩💻 by Alyx Shang 🖤.
- Licensed under the FSL v1.