A Neovim colorscheme inspired by Lan Yan. 🪽 💎
This repository contains the Lua source code for a Neovim colorscheme inspired by Lan Yan. May this colorscheme live in your Neovim config and remind you of a small, jade-green stream.
Well, since we're already caught in the rain, we might as well enjoy it!
- Lan Yan, Maker of Rattan figures
This colorscheme supports some popular Neovim plugins and a list of these plugins can be found here. The framework used for making this colorscheme, Guizhong.nvim, supports these plugins. The only plugin supported directly by this colorscheme is the Lualine plugin.
-- Spec for 'alyxshang/emeraldsparrow.nvim'.
return {
'alyxshang/emeraldsparrow.nvim',
dependencies = {
{
'alyxshang/guizhong.nvim',
version = "v.0.3.0"
}
},
config = function()
-- Setting the transparency setting.
-- Can be set to "true" or "false".
require("emeraldsparrow").setup({ transparent = true })
vim.cmd.colorscheme("emeraldsparrow")
end
}
- Initial release.
- Upload to GitHub.
- Emeraldsparrow.nvim 🪽 💎 by Alyx Shang 🖤.
- Licensed under the FSL v1.