8000 GitHub - alyxshang/guizhong.nvim: A framework for creating Neovim colorschemes. :woman_technologist:
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alyxshang/guizhong.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GUIZHONG.NVIM 💅 👩‍💻

A framework for creating Neovim colorschemes. 💅 👩‍💻

CHARACTER LORE 🪨

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

ABOUT 📚

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 (归终).

INSTALLATION 📥

Lazy.nvim

return {
  'alyxshang/guizhong.nvim'
}

USAGE ⚒️

To understand how to use Guizhong.nvim, please peruse any of the colorschemes made with Guizhong.nvim.

CONTRIBUTING ✒️

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 the setHighlights 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.

SUPPORTED PLUGINS 📦

Any of these plugins can be specified as optional dependencies for Guizhong.nvim.

MADE WITH 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.

CHANGELOG ✒️

Version 0.1.0

  • Initial release.
  • Upload to GitHub.

Version 0.2.0

  • Support for a transparency setting.
  • Support for conditionally setting highlight groups based on plugins installed.

Version 0.3.0

NOTE 📜

  • Guizhong.nvim 💅 👩‍💻 by Alyx Shang 🖤.
  • Licensed under the FSL v1.
0