update to theme

This commit is contained in:
gregladden 2024-01-22 17:03:27 -06:00
parent 3b2c65de0d
commit c02bfaf9cd
2 changed files with 3 additions and 4 deletions

View file

@ -1,8 +1,7 @@
return {
-- Theme inspired by Atom
'navarasu/onedark.nvim',
'sainnhe/everforest',
priority = 1000,
config = function()
vim.cmd.colorscheme 'onedark'
vim.cmd.colorscheme 'everforest'
end,
}