From 6811cba841bd8105e63ca55ba83bf16b899faae7 Mon Sep 17 00:00:00 2001 From: kiyan Date: Sun, 10 Oct 2021 14:19:40 +0200 Subject: [PATCH] fix(colors): link signcolumn and normalnc to nvimtreenormal --- lua/nvim-tree/colors.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/nvim-tree/colors.lua b/lua/nvim-tree/colors.lua index ceaeab00..a68aa153 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 = '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