xiyaowong / transparent.nvim

Remove all background colors to make nvim transparent
806 stars 23 forks source link

does not work in neo-tree plugin #52

Closed sanbids closed 1 year ago

sanbids commented 1 year ago

it will transparent all but not neo-tree plugin ..

images

xiyaowong commented 1 year ago

Where is there no transparency?

sanbids commented 1 year ago

on neo-tree .. there is still color of colorscheme .. about that transparency it is kitty transparency

sanbids commented 1 year ago

working fine after adding this

extra_groups = {
      "NormalFloat",
      "NvimTreeNormal",
      "NeoTreeNormal",
      "NeoTreeFloatBorder",
      "NeoTreeNormalNC",
    },
sanbids commented 1 year ago

working