jesseleite / nvim-noirbuddy

🖤 A highly customizable minimalist theme building framework
341 stars 16 forks source link

Fix for LSP colors #7

Closed n1ghtmare closed 1 year ago

n1ghtmare commented 1 year ago

After upgrading TS and LSPs, I was getting the following colors:

image

This PR fixes them to be:

image

I've also fixed the default color for the Function highlight group. Also method calls now have a (slightly) more distinct color than they used to. I think it makes things a bit easier to read.

jesseleite commented 1 year ago

Yesss, that fixed my function highlighting issue in .vue files too. Something changed in treesitter for sure. Thanks man 💪