Skip to content

Commit

Permalink
fix(neotree): add NeoTreeModified (#642)
Browse files Browse the repository at this point in the history
Co-authored-by: Myles Mo <mylesmo.ash@gmail.com>
  • Loading branch information
emxxjnm and emxxjnm authored Jan 20, 2024
1 parent f288876 commit 6853cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/catppuccin/groups/integrations/neotree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function M.get()
NeoTreeIndentMarker = { fg = C.overlay0 },
NeoTreeRootName = { fg = C.blue, style = { "bold" } },
NeoTreeSymbolicLinkTarget = { fg = C.pink },
NeoTreeModified = { fg = C.peach },

NeoTreeGitAdded = { fg = C.green },
NeoTreeGitConflict = { fg = C.red },
Expand Down

0 comments on commit 6853cc8

Please sign in to comment.