feat: add bg hightlight on NvimTreeOpenedFile (#163)

This commit is contained in:
tormodatt 2022-09-02 08:01:21 +02:00 committed by GitHub
parent d75cd5259a
commit a1d1c0fb19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,6 +316,7 @@ function M.setup(config)
NvimTreeGitDirty = { fg = c.git.change },
NvimTreeGitNew = { fg = c.git.add },
NvimTreeGitDeleted = { fg = c.git.delete },
NvimTreeOpenedFile = { bg = c.bg_highlight },
NvimTreeSpecialFile = { fg = c.purple, style = "underline" },
NvimTreeIndentMarker = { fg = c.fg_gutter },
NvimTreeImageFile = { fg = c.fg_sidebar },