dracula.nvim
dracula.nvim copied to clipboard
Background transparent
option in readme not working, have u another idea how fixe it ?
If its not working then its a bug. for time being you can do workaround like
overrides = {
Normal = { fg = dracula.colors().white, bg='None' }
},
overrides ??? i an not using nvchad
@kamalkech he is referring to the overrides section in the dracula config file shown in the README
Still tried what @Mofiqul said and still not working unless I source the settings.lua file where I have vim.cmd[[colorscheme dracula]] I did the loading of the config before that command executes but still nothing until I source wherever the vim.cmd command is found
Like @Mario-SO mentioned, the background sadly is not transparent, even if you set transparent_bg = true
before executing vim.cmd[[colorscheme dracula]]
. Transparency works fine in my terminal when using e.g. catppuccin/nvim
:thinking:
Yep I also switched to catppuccin/nvim
😁 like @graves501
Like @Mario-SO mentioned, the background sadly is not transparent, even if you set
transparent_bg = true
before executingvim.cmd[[colorscheme dracula]]
. Transparency works fine in my terminal when using e.g.catppuccin/nvim
:thinking:
Any plans on fixing this?