Skip to content

Commit b6a0f6f

Browse files
committed
fix: fzf match
1 parent 0c14c7d commit b6a0f6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/zenbones/specs/dark.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ local function generate(p, opt)
427427
FzfLuaLiveSym { fg = p.wood },
428428
FzfLuaTitle { Title },
429429
FzfLuaFzfCursorLine { CursorLine },
430-
FzfLuaFzfMatch { fb = p.blossom, gui = "bold" },
430+
FzfLuaFzfMatch { fg = p.blossom, gui = "bold" },
431431

432432
Sneak { Search },
433433
SneakLabel { WildMenu },

lua/zenbones/specs/light.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ local function generate(p, opt)
427427
FzfLuaLiveSym { fg = p.wood },
428428
FzfLuaTitle { Title },
429429
FzfLuaFzfCursorLine { CursorLine },
430-
FzfLuaFzfMatch { fb = p.blossom, gui = "bold" },
430+
FzfLuaFzfMatch { fg = p.blossom, gui = "bold" },
431431

432432
Sneak { Search },
433433
SneakLabel { WildMenu },

0 commit comments

Comments
 (0)