Skip to content

bjarneo/nes.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nes

A retro, elegant, nes theme for Neovim.

Nes Theme Preview

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"

About

A retro, elegant, nes theme for Neovim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages