dotfiles/nvim/lua/plugins/colorscheme.lua

7 lines
86 B
Lua

return {
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin-latte",
},
}