change the theme to a "better" darcula theme

This commit is contained in:
mjhika 2024-02-08 23:45:19 -05:00
parent 2a8e0e6b82
commit 8944a56f36
4 changed files with 23 additions and 15 deletions

View file

@ -1,7 +1,12 @@
return {
'xiantang/darcula-dark.nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'darcula-dark'
end,
{
'santos-gabriel-dario/darcula-solid.nvim',
priority = 1000,
dependencies = {
'rktjmp/lush.nvim'
},
config = function()
vim.cmd.colorscheme 'darcula-solid'
end,
},
}