Ah. So you have finally returned... You never fail to impress!
—
The Great Deku Tree
A pastel, fairy-like Neovim colorscheme 🌳
You can install deku.nvim
using any Neovim plugin manager. For example, using
lazy.nvim
:
{
"kaplanz/deku.nvim",
dependencies = "rktjmp/lush.nvim",
}
To change your colorscheme to deku.nvim
, simply set the colorscheme with the
builtin command :colorscheme
:
colorscheme deku
Or, using Lua:
vim.cmd.colorscheme("deku")
Contributions to deku.nvim
are always welcome. Whether it's a bug report, new
feature, or improvement to existing features, your help is greatly appreciated!