To the generator
Choose a colorscheme and make it your own or dowload it and use it right away.
1 /* nvimcolors.com */
2
3 bloom
nvim 3,3 All
1 /* nvimcolors.com */
2
3 casino
nvim 3,3 All
1 /* nvimcolors.com */
2
3 evergreen
nvim 3,3 All
1 /* nvimcolors.com */
2
3 exord
nvim 3,3 All
1 /* nvimcolors.com */
2
3 hackerman
nvim 3,3 All
1 /* nvimcolors.com */
2
3 minimal
nvim 3,3 All
1 /* nvimcolors.com */
2
3 muffin
nvim 3,3 All
1 /* nvimcolors.com */
2
3 neon
nvim 3,3 All
1 /* nvimcolors.com */
2
3 nicovim
nvim 3,3 All
1 /* nvimcolors.com */
2
3 paperplane
nvim 3,3 All
1 /* nvimcolors.com */
2
3 playdough
nvim 3,3 All
1 /* nvimcolors.com */
2
3 robot
nvim 3,3 All
How to Install:
- Download a colorscheme
- Put it in your Neovim colorschemes directory (~/.config/nvim/colors/)
- Copy the two lines of code below
- Paste them at the very end of your Neovim configuration (init.lua)
- Save and restart Neovim
- Enjoy your new colorscheme!
vim.opt.termguicolors = true
vim.cmd("colorscheme <name>")