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
- Options
- Full Spec
opts = { style = "moon" }
{
"folke/tokyonight.nvim",
lazy = true,
opts = { style = "moon" },
}
catppuccin
catppuccin
- Options
- Full Spec
opts = nil
{
"catppuccin/nvim",
lazy = true,
name = "catppuccin",
}