sainnhe / everforest

🌲 Comfortable & Pleasant Color Scheme for Vim
MIT License
2.94k stars 131 forks source link

feat: nvim-navic highlights #120

Closed mhanberg closed 1 year ago

mhanberg commented 1 year ago

Description

Creates highlights for the nvim-navic plugin using the existing kind highlight global variable.

antoineco commented 1 year ago

Thank you! 🙌 I've been wanting to tackle that and didn't find the time to do it.

Could you please also include NavicText and NavicSeparator? (Fg and Grey respectively)

For reference:

mhanberg commented 1 year ago

For sure!

I have had these in my own config for a while, but they were in neovim lua api, and was just too lazy to translate it. but then i saw the global variable here and was like oh wow very easy.

antoineco commented 1 year ago

It looks much nicer now 🎉

image