feat: added leap highlight groups (#133)

This commit is contained in:
Tom Marien 2023-03-04 16:17:46 +01:00 committed by GitHub
commit f977f08853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 })