Files
nvim/lua/plugins/theme.lua
2025-05-09 22:16:19 +08:00

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",
},
},
}