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