Wood
August 10, 2025 ยท View on GitHub
A simple, elegant, and dark theme for Neovim.
Installation
Install with your favorite plugin manager.
lazy.nvim
Add the following to your lazy.nvim configuration:
{
"bjarneo/wood.nvim",
priority = 1000,
config = function()
vim.cmd([[colorscheme wood]])
end,
}
Usage
To use the theme, add the following to your init.lua:
vim.cmd.colorscheme "wood"