Skip to content

Commit

Permalink
feat: better fzf dir part colors
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 12, 2024
1 parent 7a10366 commit a6ce2df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,11 @@ function M.setup()
FzfLuaFzfNormal = { fg = c.fg },
FzfLuaTitle = { fg = c.orange, bg = c.bg_float },
FzfLuaPreviewTitle = { fg = c.border_highlight, bg = c.bg_float },
FzfLuaDirPart = { link = "Directory" },
-- FzfLuaDirPart = { link = "Directory" },
FzfLuaFilePart = { link = "FzfLuaFzfNormal" },
-- FzfLuaDirPart = { fg = c.dark3 },
-- FzfLuaDirPart = { fg = c.dark5 },
FzfLuaDirPart = { fg = c.comment },
-- FzfLuaTitle = { bg = c.bg_highlight, fg = c.orange },
-- FzfLuaPreviewTitle = { bg = c.bg_dark, fg = c.bg_dark },
FzfLuaCursor = { link = "IncSearch" },
Expand Down

0 comments on commit a6ce2df

Please sign in to comment.