Skip to content

Commit

Permalink
fix: fzf-lua
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 12, 2024
1 parent 0246217 commit 9d84e0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ function M.setup()
FzfLuaNormal = { fg = c.fg, bg = c.bg_float },
FzfLuaTitle = { fg = c.orange, bg = c.bg_float },
FzfLuaPreviewTitle = { fg = c.border_highlight, bg = c.bg_float },
FzfLuaDirPart = { link = "Directory" },
-- 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 9d84e0b

Please sign in to comment.