starter/lua/plugins/colorscheme.lua
2025-02-13 22:09:16 -05:00

9 lines
126 B
Lua

return {
{ "EdenEast/nightfox.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "terafox",
},
},
}