/lush

a neovim colorscheme based on nvim-highlite

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

lush

A neovim colorscheme based on dark and lush tones

Installation

Using lazy.nvim:

{
	"mstcl/lush",
	lazy = false,
	priority = 1000,
	config = function()
		vim.api.nvim_command("colorscheme lush")
	end,
},

Notice

This colorscheme is no longer maintained as I have moved to using dmg