Skip to content

Commit

Permalink
fix(neotree): change color of untracked files (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr authored Nov 4, 2023
1 parent 40dc9f0 commit d7521f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/catppuccin/groups/integrations/neotree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit d7521f6

Please sign in to comment.