feat: added leap highlight groups

This commit is contained in:
Tom Marien 2023-03-04 10:53:30 +01:00
commit e03bd5aa26

View file

@ -424,6 +424,11 @@ function M._load(options)
h('PounceGap', { link = 'Search' })
h('PounceMatch', { link = 'Search' })
-- ggandor/leap.nvim
h('LeapMatch', { link = 'MatchParen' })
h('LeapLabelPrimary', { link = 'IncSearch' })
h('LeapLabelSecondary', { fg = p.base, bg = p.pine })
-- nvim-telescope/telescope.nvim
h('TelescopeBorder', { fg = groups.border, bg = maybe.surface })
h('TelescopeMatching', { fg = p.rose })