nvimdev / lspsaga.nvim

improve neovim lsp experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symbol_in_winvar - Not respecting theme "transparency"

ls-devs opened this issue · comments

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

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

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