feat: colors for hop (#165)

This commit is contained in:
Pedro Cattori 2023-06-19 13:48:24 -04:00 committed by GitHub
commit 4e0e82b3af

View file

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