mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: added leap highlight groups
This commit is contained in:
parent
4d6b2a2fe4
commit
e03bd5aa26
1 changed files with 5 additions and 0 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue