fix(neovim): granularly make NeoTree transparent

It was impossible to read before
This commit is contained in:
Alexandre Cavalheiro 2024-10-24 22:44:35 -03:00
parent f59e4faa37
commit df4c7d20ad
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -129,6 +129,19 @@ return {
"LineNrAbove",
"LineNrBelow",
"LineNrBelow",
"NeoTreeFloatingBorder",
"NeoTreeMessage",
"NeoTreeNormal",
"NeoTreeTabSeparatorActive",
"NeoTreeTabSeparatorInactive",
"NeoTreeVertSplit",
"NeoTreeWinSeparator",
"NeoTreeNormalNC",
"NeoTreeTabActive",
"NeoTreeStatusLine",
"NeoTreeStatusLineNC",
"NeoTreeTabInactive",
"NormalFloat",
"TabLine",
"TabLineFill",
"VertSplit",
@ -139,7 +152,6 @@ return {
transparent.clear_prefix("BufferLine")
transparent.clear_prefix("Diagnostic")
transparent.clear_prefix("NeoTree")
transparent.clear_prefix("NvimTree")
end,
},