mirror of
https://github.com/gbprod/nord.nvim.git
synced 2026-08-24 10:14:09 -05:00
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user