starter/lua/plugins/colorscheme.lua

10 lines
126 B
Lua

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