change the theme to a "better" darcula theme
This commit is contained in:
parent
2a8e0e6b82
commit
8944a56f36
4 changed files with 23 additions and 15 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue