Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Van Helsing Version #41

Open
centuryx476 opened this issue Oct 31, 2024 · 1 comment
Open

Van Helsing Version #41

centuryx476 opened this issue Oct 31, 2024 · 1 comment

Comments

@centuryx476
Copy link

Hello,
I love the Dracula Pro themes in particular the Van Helsing variation.
Does this nvim provide that ?

@maxmx03
Copy link
Owner

maxmx03 commented Oct 31, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants