dracula.nvim icon indicating copy to clipboard operation
dracula.nvim copied to clipboard

Dracula colorscheme for neovim written in Lua

Results 25 dracula.nvim issues
Sort by recently updated
recently updated
newest added

When using the code in https://github.com/neovim/nvim-lspconfig/wiki/UI-customization#highlight-symbol-under-cursor for highlighting all the occurances of a symbol using lsp, the highlight appears as white, making the text unreadable. ![image](https://user-images.githubusercontent.com/49716786/181293863-9f0bbe35-10cd-455a-bf2b-81d4ea794895.png) I dont know much...

Is it normal that this plugin takes 40ms to load? ![2022-07-21-085814_1219x106_scrot](https://user-images.githubusercontent.com/89563512/180140549-f6cf8258-0567-47c3-987f-1cd56ba61331.png)

Hi there, I just tried installing this theme with vim-plugged and then using it by adding `colorscheme dracula` to my init.vim, but then I get a bunch of errors. Any...

It looks like nvim-cmp updated fairly recently to have highlight groups for certain menu entries. It would be great if dracula.nvim themed these. https://github.com/hrsh7th/nvim-cmp/blob/9897465a7663997b7b42372164ffc3635321a2fe/doc/cmp.txt#L325

https://github.com/Mofiqul/dracula.nvim/blob/30c6f3f200818883a7f790f81148fc0c22731910/lua/dracula/init.lua#L219 may be ```diff -highlight("TSType", colors.blue, nil, nil, nil) +highlight("TSType", colors.bright_cyan, nil, nil, nil) ```

Do you think you could make it work for [feline](https://github.com/famiu/feline.nvim)?

In my neovim config in viml let g:dracula_transparent_bg = 1 does not work let g:dracula_transparent_bg = v:true seems to work fine for me though. BTW, thanks for the neovim port!

Hello! I find out that the function name in the function is not correct colored. Example: Dracula in VSCode: Thank you!

https://github.com/theHamsta/nvim-semantic-tokens

option in readme not working, have u another idea how fixe it ?