Skip to content

Commit 6811cba

Browse files
committed
fix(colors): link signcolumn and normalnc to nvimtreenormal
1 parent 86e6dc6 commit 6811cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/nvim-tree/colors.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ local function get_links()
5757
EmptyFolderName = 'Directory',
5858
OpenedFolderName = 'Directory',
5959
Normal = 'Normal',
60-
NormalNC = 'Normal',
60+
NormalNC = 'NvimTreeNormal',
6161
EndOfBuffer = 'EndOfBuffer',
6262
CursorLine = 'CursorLine',
6363
VertSplit = 'VertSplit',
@@ -72,7 +72,7 @@ local function get_links()
7272
GitIgnored = 'Comment',
7373
StatusLine = "StatusLine",
7474
StatusLineNC = "StatusLineNC",
75-
SignColumn = 'Normal',
75+
SignColumn = 'NvimTreeNormal',
7676
}
7777
end
7878

0 commit comments

Comments
 (0)