Skip to content

Commit a509e6c

Browse files
authored
feat: support fzf-lua (#178)
1 parent a983937 commit a509e6c

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

lua/zenbones/specs/dark.lua

+11
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,17 @@ local function generate(p, opt)
402402
TelescopeMatching { fg = p.blossom, gui = "bold" },
403403
TelescopeBorder { fg = FloatBorder.fg },
404404

405+
FzfLuaHeaderBind { fg = p.leaf },
406+
FzfLuaHeaderText { fg = p.wood },
407+
FzfLuaPathColNr { Type, gui = "bold" },
408+
FzfLuaPathLineNr { FzfLuaPathColNr },
409+
FzfLuaBufName { Statement },
410+
FzfLuaBufNr { fg = p.leaf },
411+
FzfLuaBufFlagCur { fg = p.wood },
412+
FzfLuaBufFlagAlt { fg = p.water },
413+
FzfLuaTabTitle { fg = p.sky },
414+
FzfLuaTabMarker { fg = p.leaf },
415+
405416
Sneak { Search },
406417
SneakLabel { WildMenu },
407418
SneakLabelMask { bg = p.blossom, fg = p.blossom },

lua/zenbones/specs/light.lua

+11
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,17 @@ local function generate(p, opt)
402402
TelescopeMatching { fg = p.blossom, gui = "bold" },
403403
TelescopeBorder { fg = FloatBorder.fg },
404404

405+
FzfLuaHeaderBind { fg = p.leaf },
406+
FzfLuaHeaderText { fg = p.wood },
407+
FzfLuaPathColNr { Type, gui = "bold" },
408+
FzfLuaPathLineNr { FzfLuaPathColNr },
409+
FzfLuaBufName { Statement },
410+
FzfLuaBufNr { fg = p.leaf },
411+
FzfLuaBufFlagCur { fg = p.wood },
412+
FzfLuaBufFlagAlt { fg = p.water },
413+
FzfLuaTabTitle { fg = p.sky },
414+
FzfLuaTabMarker { fg = p.leaf },
415+
405416
Sneak { Search },
406417
SneakLabel { WildMenu },
407418
SneakLabelMask { bg = p.blossom, fg = p.blossom },

0 commit comments

Comments
 (0)