feat: added better colors for leap.nvim

This commit is contained in:
Folke Lemaitre
2022-09-05 23:47:57 +02:00
parent 02f4909cc0
commit c32a381343

View File

@@ -411,6 +411,11 @@ function M.setup()
HopNextKey2 = { fg = util.darken(c.blue2, 0.3) },
HopUnmatched = { fg = c.dark3 },
LeapMatch = { bg = c.magenta2, fg = c.fg, style = "bold" },
LeapLabelPrimary = { fg = c.magenta2, style = "bold" },
LeapLabelSecondary = { fg = c.green1, style = "bold" },
LeapBackdrop = { fg = c.dark3 },
LightspeedGreyWash = { fg = c.dark3 },
-- LightspeedCursor = { link = "Cursor" },
LightspeedLabel = { fg = c.magenta2, style = "bold,underline" },