rebelot / kanagawa.nvim

NeoVim dark colorscheme inspired by the colors of the famous painting by Katsushika Hokusai.
MIT License
4.3k stars 180 forks source link

HL support for leap plugin #121

Open Leo-Mooney opened 1 year ago

Leo-Mooney commented 1 year ago

Would it be possible to add in highlighting support for the leap plugin?

It would look something like this, but with whatever colors you think would work best.

 -- Leap
 LeapBackdrop = { fg = colors.fg_comment},
 LeapLabelPrimary = { bold = true, fg = colors.fg_dark},
 LeapLabelSecondary = { bold = true, fg = colors.fg},
 LeapMatch = { bg = colors.bg_search, bold = true, fg = colors.fg},
catgoose commented 1 year ago

What about overrides?

lokesh-krishna commented 1 year ago

Do we not want to add support for any more plugins?