11 lines
273 B
Lua
11 lines
273 B
Lua
return {
|
|
{ "catppuccin/nvim", name = "catppuccin", priority = 1000, opts = { transparent_background = true } },
|
|
{ "projekt0n/github-nvim-theme", name = "github-theme", opts = {} },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "catppuccin",
|
|
},
|
|
},
|
|
}
|