include NvimTreeNormalNC for transparency | add #608
This commit is contained in:
parent
067c6cc7fc
commit
9e8af5ad93
2 changed files with 8 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue