Skip to content

Commit

Permalink
feat: add color for Nvimtree vertsplit (#215)
Browse files Browse the repository at this point in the history
* test vert split

* user correct colors
  • Loading branch information
ChristianChiarulli committed Sep 20, 2022
1 parent 7c7425b commit 2a74abd
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()

-- NvimTree
NvimTreeNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar },
NvimTreeVertSplit = { fg = c.bg_sidebar, bg = c.bg_sidebar },
NvimTreeNormalNC = { fg = c.fg_sidebar, bg = c.bg_sidebar },
NvimTreeRootFolder = { fg = c.blue, bold = true },
NvimTreeGitDirty = { fg = c.git.change },
Expand Down

0 comments on commit 2a74abd

Please sign in to comment.