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

How to make randombones transparent?

Open artkpv opened this issue 11 months ago • 1 comments

Hello, thank you for this great colorscheme!

How to make it transparent? In my config (see it here):

      vim.g.randombones = { transparent_background = true }
      vim.o.background = 'dark'
      vim.cmd.colorscheme 'randombones'

I start nvim as:

   kitty ~/bin/start

where ~/bin/start contains:

 nvim -c 'cd ~/mydir/notes' -c WikiEnable  -c 'lua vim.g.init_my_wiki_config()'

And my kitty config has:

background_opacity 0.95

However the background is not transparent:

Image

artkpv avatar Mar 03 '25 05:03 artkpv

Hi there! I can replicate the problem just with randombones, but the rest of the colorschemes are working fine. Unfortunately I don't have much capacity to investigate further right now.

mcchrish avatar Mar 04 '25 16:03 mcchrish