change theme
This commit is contained in:
parent
257425247f
commit
6c68df5633
|
@ -5,7 +5,7 @@ return {
|
|||
opts = {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'everforest',
|
||||
theme = '16color',
|
||||
component_separators = '|',
|
||||
section_separators = '',
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
'sainnhe/everforest',
|
||||
'chriskempson/base16-vim',
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'everforest'
|
||||
vim.cmd.colorscheme 'base16-bright'
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue