starter/lua/plugins/override/theme.lua

17 lines
209 B
Lua
Raw Normal View History

2024-07-04 15:22:44 +08:00
return {
{
"catppuccin/nvim",
enabled = false,
},
{
"folke/tokyonight.nvim",
enabled = false,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "everforest",
},
},
}