mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: colors for hop (#165)
This commit is contained in:
parent
838b33cdc4
commit
4e0e82b3af
1 changed files with 6 additions and 0 deletions
|
|
@ -477,6 +477,12 @@ function M._load(options)
|
|||
h('LeapLabelPrimary', { link = 'IncSearch' })
|
||||
h('LeapLabelSecondary', { fg = p.base, bg = p.pine })
|
||||
|
||||
-- phaazon/hop.nvim
|
||||
h('HopNextKey', { fg = p.love })
|
||||
h('HopNextKey1', { fg = p.foam })
|
||||
h('HopNextKey2', { fg = p.pine })
|
||||
h('HopUnmatched', { fg = p.highlight_high })
|
||||
|
||||
-- nvim-telescope/telescope.nvim
|
||||
h('TelescopeBorder', { fg = groups.border, bg = float_background })
|
||||
h('TelescopeMatching', { fg = p.rose })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue