Open centuryx476 opened 3 weeks ago
No, you can replace the default colors with the Dracula Pro colors like this:
return {
'maxmx03/dracula.nvim',
lazy = false,
priority = 1000,
config = function()
require('dracula').setup {
on_colors = function()
return {
cyan = '#80FFEA',
-- ...
}
end,
}
vim.cmd.colorscheme 'dracula'
end,
}
Hello, I love the Dracula Pro themes in particular the Van Helsing variation. Does this nvim provide that ?