From a794a1e397ae6dfb8c2e769128cb0d4c6f80666e Mon Sep 17 00:00:00 2001 From: mrtnvgr Date: Sat, 4 Nov 2023 10:08:10 +0700 Subject: [PATCH] fix(neotree): change color of untracked files --- lua/catppuccin/groups/integrations/neotree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/catppuccin/groups/integrations/neotree.lua b/lua/catppuccin/groups/integrations/neotree.lua index f67fdff4..1c23389a 100644 --- a/lua/catppuccin/groups/integrations/neotree.lua +++ b/lua/catppuccin/groups/integrations/neotree.lua @@ -19,7 +19,7 @@ function M.get() NeoTreeGitIgnored = { fg = C.overlay0 }, NeoTreeGitModified = { fg = C.yellow }, NeoTreeGitUnstaged = { fg = C.red }, - NeoTreeGitUntracked = { fg = C.blue }, + NeoTreeGitUntracked = { fg = C.mauve }, NeoTreeGitStaged = { fg = C.green }, NeoTreeFloatBorder = { link = "FloatBorder" },