fix(colors): link signcolumn and normalnc to nvimtreenormal
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user