Skip to content

Commit

Permalink
feat: better colors for neotree git modified / untracked
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 19, 2024
1 parent 3c19449 commit e7ff2f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,9 @@ function M.setup()

CmpItemKindDefault = { fg = c.fg_dark, bg = c.none },

NeoTreeGitModified = { fg = c.orange },
NeoTreeGitUntracked = { fg = c.magenta },

CmpItemKindCodeium = { fg = c.teal, bg = c.none },
CmpItemKindCopilot = { fg = c.teal, bg = c.none },
CmpItemKindTabNine = { fg = c.teal, bg = c.none },
Expand Down

0 comments on commit e7ff2f0

Please sign in to comment.