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

Background transparent

Open kamalkech opened this issue 2 years ago • 6 comments

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

kamalkech avatar Sep 15 '22 18:09 kamalkech

If its not working then its a bug. for time being you can do workaround like

overrides = {
    Normal = { fg = dracula.colors().white, bg='None' }
},

Mofiqul avatar Sep 16 '22 07:09 Mofiqul

overrides ??? i an not using nvchad

kamalkech avatar Sep 16 '22 09:09 kamalkech

@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

Mario-SO avatar Oct 26 '22 10:10 Mario-SO

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:

graves501 avatar Jan 08 '23 18:01 graves501

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 executing vim.cmd[[colorscheme dracula]]. Transparency works fine in my terminal when using e.g. catppuccin/nvim :thinking:

Mario-SO avatar Jan 09 '23 16:01 Mario-SO

Any plans on fixing this?

Leo310 avatar Nov 03 '23 15:11 Leo310