Skip to content

Commit 1d3f4c5

Browse files
authored
feat(themes): add support for fzf-lua (#100)
1 parent 7d29687 commit 1d3f4c5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lua/one_monokai/themes/groups.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,16 @@ local defaults = {
285285
TelescopePromptCounter = { fg = colors.aqua },
286286
TelescopeTitle = { fg = colors.aqua },
287287

288+
-- fzf-lua
289+
FzfLuaNormal = { link = "NormalFloat" },
290+
FzfLuaBorder = { link = "FloatBorder" },
291+
FzfLuaTitle = { fg = colors.aqua },
292+
FzfLuaFzfPointer = { fg = colors.fg, bg = colors.dark_gray },
293+
FzfLuaFzfCursorLine = { link = "Visual" },
294+
FzfLuaFzfGutter = { link = "Visual" },
295+
FzfLuaFzfInfo = { fg = colors.green },
296+
FzfLuaFzfPrompt = { fg = colors.pink },
297+
288298
-- leap
289299
LeapBackdrop = { fg = colors.gray },
290300
LeapLabelPrimary = { fg = colors.dark_pink },

0 commit comments

Comments
 (0)