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