fix: leap (#93)

Ref: #91
This commit is contained in:
gbprod
2025-02-12 09:52:53 +01:00
committed by GitHub
parent af081cc249
commit 57fb474a1d
+2
View File
@@ -8,6 +8,8 @@ function motion.highlights()
LeapLabelPrimary = { fg = c.polar_night.bright, bg = c.aurora.green, bold = true, nocombine = true },
LeapLabelSecondary = { fg = c.polar_night.bright, bg = c.aurora.purple, bold = true, nocombine = true },
LeapLabelSelected = { fg = c.polar_night.bright, bg = c.aurora.yellow, bold = true, nocombine = true },
LeapLabel = { bg = c.aurora.yellow, fg = c.polar_night.origin, bold = true },
LeapBackdrop = { link = "Comment" },
FlashMatch = { bg = c.polar_night.bright, fg = c.snow_storm.origin },
FlashCurrent = { bg = c.polar_night.brighter, fg = c.snow_storm.origin, underline = true },