Port of Jonathan's Blow Emacs colorscheme to nvim with slight modifications. Made with Lush.
Using vim-plug
Plug 'rktjmp/lush.nvim'
Plug 'StradNikw/Naysayer.nvim'
Using packer
use {
"StradNikw/Naysayer.nvim",
requires = { "rktjmp/lush.nvim" }
}