From 2e3a1b70a46b7229df94255c8d1eda892a596964 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Sun, 26 Sep 2021 04:31:08 +0700 Subject: [PATCH] neovim: update highlights for nvim-tree --- home/.config/nvim/lua/colors/nord.lua | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/home/.config/nvim/lua/colors/nord.lua b/home/.config/nvim/lua/colors/nord.lua index eea026b..55094ec 100644 --- a/home/.config/nvim/lua/colors/nord.lua +++ b/home/.config/nvim/lua/colors/nord.lua @@ -314,17 +314,17 @@ local function highlight_plugins() hi('DashboardFooter' , c.purple , '', 'bold' , '') -- NvimTree - hi('NvimTreeRootFolder' , c.teal , '', 'bold', '') - hi('NvimTreeGitDirty' , c.yellow , '', '', '') - hi('NvimTreeGitNew' , c.green , '', '', '') - hi('NvimTreeImageFile' , c.purple , '', '', '') - hi('NvimTreeExecFile' , c.green , '', '', '') - hi('NvimTreeSpecialFile' , c.dark_blue, '', 'underline', '') - hi('NvimTreeFolderName' , c.blue , '', '', '') - hi('NvimTreeEmptyFolderName', c.grey3 , '', '', '') - hi('NvimTreeFolderIcon' , c.fg , '', '', '') - hi('NvimTreeIndentMarker' , c.grey3 , '', '', '') - hi('NvimTreeNormal' , c.fg , c.black, '', '') + hi('NvimTreeIndentMarker' , c.grey3 , '', '', '') + hi('NvimTreeFolderIcon' , c.fg , '', '', '') + hi('NvimTreeRootFolder' , c.teal , '', 'bold', '') + hi('NvimTreeFolderName' , c.blue , '', '', '') + hi('NvimTreeEmptyFolderName', c.grey_bright, '', '', '') + hi('NvimTreeImageFile' , c.yellow , '', '', '') + hi('NvimTreeExecFile' , c.green , '', '', '') + hi('NvimTreeSpecialFile' , c.dark_blue , '', 'underline', '') + hi('NvimTreeGitDirty' , c.yellow , '', '', '') + hi('NvimTreeGitNew' , c.green , '', '', '') + hi('NvimTreeGitDeleted' , c.red , '', '', '') -- WhichKey hi('WhichKey' , c.green , '', 'bold', '')