A clean and minimalist Neovim theme with a dark background and vibrant red-orange highlights.
Please note that the plugin is currently under lazy development. Any help is greatly appreciated as the author has limited time to dedicate to it.
Author likes dark and red/orange mixed themes
Download with your favorite package manager
use("azashiromerume/nagisa.nvim")
{
"azashiromerume/nagisa.nvim",
lazy = false,
priority = 1000,
opts = {},
}
colorscheme EndOfTheWorld
vim.cmd.colorscheme("EndOfTheWorld")
" 1. Modify your config
" 2. Restart nvim
" 3. Run this command:
:NagisaCompile