nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.41k stars 287 forks source link

Symbol_in_winvar - Not respecting theme "transparency" #1380

Closed ls-devs closed 7 months ago

ls-devs commented 7 months ago

Describe the bug

Hi, Sometimes, the end of the winbar is not respecting my theme transparency. Please see : image

But sometimes, it does : image

I tried to change the following highlights, but without success :

SagaWinbarSep = { bg = colors.none }
SagaWinbarFileName = { bg = colors.none }
SagaWinbarFolderName = { bg = colors.none }
SagaWinbarFolder = { bg = colors.none }

Steps to reproduce

Actually I don't have any steps to reproduce. All I can share is my neovim setup at : ls-devs/nvim

Expected behavior

Respect my theme transparency

Neovim version (nvim -v)

NVIM v0.10.0-dev-2104+gfd2ed024c Build type: RelWithDebInfo LuaJIT 2.1.1703358377

lspsaga commit

3112b7a

Terminal name/version

Window Terminal

ls-devs commented 7 months ago

Fixed, the problem was from my colorscheme and not LspSaga.

emmett2020 commented 6 months ago

HI,how do you fix this issue? I met same situation.