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