change theme
This commit is contained in:
parent
be32cdee6c
commit
8cc06c652e
3 changed files with 9 additions and 13 deletions
|
|
@ -5,7 +5,7 @@ return {
|
|||
opts = {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'auto',
|
||||
theme = 'gruvbox_dark',
|
||||
component_separators = '|',
|
||||
section_separators = '',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,12 +1,9 @@
|
|||
return {
|
||||
{
|
||||
'santos-gabriel-dario/darcula-solid.nvim',
|
||||
'bradcush/nvim-base16',
|
||||
priority = 1000,
|
||||
dependencies = {
|
||||
'rktjmp/lush.nvim'
|
||||
},
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'darcula-solid'
|
||||
vim.cmd.colorscheme 'base16-gruvbox-dark-hard'
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue