Skip to main content

Colorscheme

Example for changing the colorscheme to Gruvbox:

lua/plugins/colorscheme.lua
return {
-- add gruvbox
{ "ellisonleao/gruvbox.nvim" },

-- Configure LazyVim to load gruvbox
{
"LazyVim/LazyVim",
opts = {
colorscheme = "gruvbox",
},
}
}

tokyonight.nvim

tokyonight

opts = { style = "moon" }

catppuccin

catppuccin

opts = nil