neanias / everforest-nvim

A Lua port of the Everforest colour scheme
233 stars 15 forks source link

Go Packages and colors #18

Closed NicolasGB closed 7 months ago

NicolasGB commented 7 months ago

First of all thank you for the plugin. Since finding it i've not switched coloscheme, it is soo good so congratulations.

I'm opening this issue because since the latest updates to match the new treesitter tags (or so it seems with your latest commits) the packages in golang have the same color as the types and it's a bit annoying, previously packages were white.
image

Would it be possible to set it up with a different color? is this change intented or it's a bug? If it's intented would you help me override it in my config? i've tried overriding it with the "on_highlights" config in the setup but i couldn't make it work.

Again thanks for the theme and the maintainance!

neanias commented 7 months ago

Ah, there might have been a missed highlight in the change... Could you tell me the output when you put your cursor on the part that used to be highlighted and run :Inspect? Thanks

NicolasGB commented 7 months ago

Sure! here you go, the TS value seems to be @module.go

image

neanias commented 7 months ago

Thanks, I'll look into it

neanias commented 7 months ago

Just pushed a commit that should have fixed it. Would you update and test, please?

NicolasGB commented 7 months ago

Yes it's back to the old behavior, thanks! image

neanias commented 7 months ago

No problem