maxmx03 / fluoromachine.nvim

Synthwave x Fluoromachine port for Neovim
MIT License
227 stars 12 forks source link

Setting transparency to "full" no longer makes everything transparent #21

Closed LinkUpGames closed 4 months ago

LinkUpGames commented 4 months ago

When I set the transparency to full, which-key, noice and neotree are no longer fully transparent. Telescope is not affected

return {
        glow = false,
        theme = "retrowave",
        transparent = "full",
        overrides = {
          ["LineNrAbove"] = {
            fg = "#8b46b0",
            bold = true,
            bg = "none",
          },
          ["LineNr"] = {
            fg = "#ce7dfa",
            bg = "none",
            bold = true,
          },
          ["LineNrBelow"] = {
            fg = "#8b46b0",
            bg = "none",
            bold = true,
          },
        },
      }

image image

maxmx03 commented 4 months ago

I will take a look at that, but for now, you can use this plugin xiyaowong/transparent.nvim to make everything transparent.

LinkUpGames commented 4 months ago

The latest update fixed the issue, thanks!