feat: support fzf-lua (#178)

This commit is contained in:
Michael Chris Lopez
2024-05-19 13:13:07 +02:00
committed by GitHub
parent a983937020
commit a509e6c590
2 changed files with 22 additions and 0 deletions

View File

@@ -402,6 +402,17 @@ local function generate(p, opt)
TelescopeMatching { fg = p.blossom, gui = "bold" },
TelescopeBorder { fg = FloatBorder.fg },
FzfLuaHeaderBind { fg = p.leaf },
FzfLuaHeaderText { fg = p.wood },
FzfLuaPathColNr { Type, gui = "bold" },
FzfLuaPathLineNr { FzfLuaPathColNr },
FzfLuaBufName { Statement },
FzfLuaBufNr { fg = p.leaf },
FzfLuaBufFlagCur { fg = p.wood },
FzfLuaBufFlagAlt { fg = p.water },
FzfLuaTabTitle { fg = p.sky },
FzfLuaTabMarker { fg = p.leaf },
Sneak { Search },
SneakLabel { WildMenu },
SneakLabelMask { bg = p.blossom, fg = p.blossom },

View File

@@ -402,6 +402,17 @@ local function generate(p, opt)
TelescopeMatching { fg = p.blossom, gui = "bold" },
TelescopeBorder { fg = FloatBorder.fg },
FzfLuaHeaderBind { fg = p.leaf },
FzfLuaHeaderText { fg = p.wood },
FzfLuaPathColNr { Type, gui = "bold" },
FzfLuaPathLineNr { FzfLuaPathColNr },
FzfLuaBufName { Statement },
FzfLuaBufNr { fg = p.leaf },
FzfLuaBufFlagCur { fg = p.wood },
FzfLuaBufFlagAlt { fg = p.water },
FzfLuaTabTitle { fg = p.sky },
FzfLuaTabMarker { fg = p.leaf },
Sneak { Search },
SneakLabel { WildMenu },
SneakLabelMask { bg = p.blossom, fg = p.blossom },