Skip to content

Commit

Permalink
feat: add bg hightlight on NvimTreeOpenedFile (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
tormodatt committed Sep 2, 2022
1 parent d75cd52 commit a1d1c0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit a1d1c0f

Please sign in to comment.