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

@ -5,7 +5,7 @@ return {
opts = { opts = {
options = { options = {
icons_enabled = true, icons_enabled = true,
theme = 'everforest', theme = '16color',
component_separators = '|', component_separators = '|',
section_separators = '', section_separators = '',
}, },

View File

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