Skip to content

Commit

Permalink
feat: support fzf-lua (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed May 19, 2024
1 parent a983937 commit a509e6c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lua/zenbones/specs/dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
11 changes: 11 additions & 0 deletions lua/zenbones/specs/light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit a509e6c

Please sign in to comment.