SmiteshP / nvim-navbuddy

A simple popup display that provides breadcrumbs feature using LSP server
Apache License 2.0
770 stars 30 forks source link

Feature Request: Colored Icons #33

Closed nikbrunner closed 1 year ago

nikbrunner commented 1 year ago

Hey there,

love the plugin! This is such an awesome idea!

I thought just as an additional visual quick indicator, colored dev icons would be really cool. I don't know how hard this is to implement, but I thought I should ask at least. :)

SmiteshP commented 1 year ago

Hi @nikbrunner ! Not sure I follow the request. The icons as well as the text are already coloured (as long as your colourscheme has the highlights defined).

SmiteshP commented 1 year ago

Maybe you are using a Colourscheme which doesn't have highlights defined. You can go through the highlights section here to see which highlights you want to set. Or try out themes that have already defined these highlights for example material.nvim

nikbrunner commented 1 year ago

Hi 😄 Thank you for your Quick Reply! I apologize. I only looked in the README for the Highlight Groups and not the Help File.

I will add these to my Theme. Thank you!