My awesome Neovim theme for use with Spice, my automatic colorscheme setter.
Using the amazing tokyonight.nvim as a base.
To install with nvim-plug Add
Plug 'ItsTerm1n4l/spice.nvim'
to init.nvim
To install with lazy.nvim
{
"ItsTerm1n4l/spice.nvim",
lazy = false,
priority = 1000,
opts = {},
}
And add
colorscheme spice
to init.nvim