fix(colors): link signcolumn and normalnc to nvimtreenormal

This commit is contained in:
kiyan
2021-10-10 14:19:40 +02:00
parent 86e6dc627e
commit 6811cba841

View File

@@ -57,7 +57,7 @@ local function get_links()
EmptyFolderName = 'Directory',
OpenedFolderName = 'Directory',
Normal = 'Normal',
NormalNC = 'Normal',
NormalNC = 'NvimTreeNormal',
EndOfBuffer = 'EndOfBuffer',
CursorLine = 'CursorLine',
VertSplit = 'VertSplit',
@@ -72,7 +72,7 @@ local function get_links()
GitIgnored = 'Comment',
StatusLine = "StatusLine",
StatusLineNC = "StatusLineNC",
SignColumn = 'Normal',
SignColumn = 'NvimTreeNormal',
}
end