starter/lua/plugins/colorscheme.lua
2025-03-04 22:37:26 -05:00

9 lines
128 B
Lua

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