We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fzf-lua
1 parent 7d29687 commit 1d3f4c5Copy full SHA for 1d3f4c5
lua/one_monokai/themes/groups.lua
@@ -285,6 +285,16 @@ local defaults = {
285
TelescopePromptCounter = { fg = colors.aqua },
286
TelescopeTitle = { fg = colors.aqua },
287
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
+
298
-- leap
299
LeapBackdrop = { fg = colors.gray },
300
LeapLabelPrimary = { fg = colors.dark_pink },
0 commit comments