Skip to content

Commit

Permalink
fix: add missing fzf-lua hl (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed May 19, 2024
1 parent d15796c commit f74fc32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/zenbones/specs/dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ local function generate(p, opt)
FzfLuaBufFlagAlt { fg = p.water },
FzfLuaTabTitle { fg = p.sky },
FzfLuaTabMarker { fg = p.leaf },
FzfLuaLiveSym { fg = p.wood },

Sneak { Search },
SneakLabel { WildMenu },
Expand Down
1 change: 1 addition & 0 deletions lua/zenbones/specs/light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ local function generate(p, opt)
FzfLuaBufFlagAlt { fg = p.water },
FzfLuaTabTitle { fg = p.sky },
FzfLuaTabMarker { fg = p.leaf },
FzfLuaLiveSym { fg = p.wood },

Sneak { Search },
SneakLabel { WildMenu },
Expand Down

0 comments on commit f74fc32

Please sign in to comment.