diff --git a/lua/nvim-tree/colors.lua b/lua/nvim-tree/colors.lua index db679543..d81164ac 100644 --- a/lua/nvim-tree/colors.lua +++ b/lua/nvim-tree/colors.lua @@ -57,7 +57,7 @@ local function get_links() EmptyFolderName = 'Directory', OpenedFolderName = 'Directory', Normal = 'Normal', - NormalNC = 'NormalNC', + NormalNC = 'Normal', EndOfBuffer = 'EndOfBuffer', CursorLine = 'CursorLine', VertSplit = 'VertSplit', @@ -76,7 +76,7 @@ local function get_links() LspDiagnosticsHint = "LspDiagnosticsDefaultHint", StatusLine = "StatusLine", StatusLineNC = "StatusLineNC", - SignColumn = 'SignColumn', + SignColumn = 'Normal', } end