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:

  1. Download a colorscheme
  2. Put it in your Neovim colorschemes directory (~/.config/nvim/colors/)
  3. Copy the two lines of code below
  4. Paste them at the very end of your Neovim configuration (init.lua)
  5. Save and restart Neovim
  6. Enjoy your new colorscheme!
vim.opt.termguicolors = true
vim.cmd("colorscheme <name>")