kickstart.nvim/lua/custom/plugins/theme.lua

9 lines
141 B
Lua

return {
-- Theme inspired by Atom
'sainnhe/everforest',
priority = 1000,
config = function()
vim.cmd.colorscheme 'everforest'
end,
}