change theme

This commit is contained in:
mjhika 2024-01-28 15:04:18 -05:00
parent 257425247f
commit 6c68df5633
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
return {
'sainnhe/everforest',
'chriskempson/base16-vim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'everforest'
vim.cmd.colorscheme 'base16-bright'
end,
}