change the theme
This commit is contained in:
parent
fecc679aac
commit
f0e6f421fe
3 changed files with 5 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ return {
|
|||
opts = {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = '16color',
|
||||
theme = 'jellybeans',
|
||||
component_separators = '|',
|
||||
section_separators = '',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
'chriskempson/base16-vim',
|
||||
'xiantang/darcula-dark.nvim',
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'base16-bright'
|
||||
vim.cmd.colorscheme 'darcula-dark'
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue