include NvimTreeNormalNC for transparency | add #608

This commit is contained in:
siduck 2021-11-24 20:08:11 +05:30
parent 067c6cc7fc
commit 9e8af5ad93
2 changed files with 8 additions and 1 deletions

View file

@ -136,6 +136,7 @@ fg_bg("TelescopeResultsTitle", red, one_bg)
-- Disable some highlight in nvim tree if transparency enabled
if ui.transparency then
bg("NvimTreeNormal", "NONE")
bg("NvimTreeNormalNC", "NONE")
bg("NvimTreeStatusLineNC", "NONE")
bg("NvimTreeVertSplit", "NONE")
fg("NvimTreeVertSplit", grey)