Skip to content

Commit

Permalink
fix(neo-tree): slightly better colors
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 6, 2024
1 parent d3f3c3b commit f4fdf24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,10 @@ function M.setup()
NeoTreeNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar },
NeoTreeNormalNC = { fg = c.fg_sidebar, bg = c.bg_sidebar },
NeoTreeDimText = { fg = c.fg_gutter },
NeoTreeGitModified = { fg = c.orange },
NeoTreeGitUntracked = { fg = c.magenta },
NeoTreeGitStaged = { fg = c.green1 },
NeoTreeFileName = { fg = c.fg_sidebar },

-- Fern
FernBranchText = { fg = c.blue },
Expand Down Expand Up @@ -658,9 +662,6 @@ 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 f4fdf24

Please sign in to comment.