change theme

This commit is contained in:
mjhika 2024-02-11 23:59:41 -05:00
parent be32cdee6c
commit 8cc06c652e
3 changed files with 9 additions and 13 deletions

View file

@ -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,
},
}