folke / trouble.nvim

🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
Apache License 2.0
5.38k stars 175 forks source link

help: theming [Quickfix \ Total : X] #267

Closed GiuseppeMP closed 1 year ago

GiuseppeMP commented 1 year ago

Hey guys,

I'm using Trouble with rose-pine theme, and I'm trying to change the highlight of count next to the Trouble icon, but without success, see image below (bg grey and fg fading red, it's a kind hard to see).

image

I tried TroubleCount and others groups of the documentation but none of them affected this region.

Ty all.

folke commented 1 year ago

Where is that displayed? That's not Trouble, but a statusline component?

GiuseppeMP commented 1 year ago

@folke You are right! I found https://github.com/windwp/windline.nvim/blob/master/lua/wlsample/evil_line.lua#L127.

It's a default integration of windline for Trouble, sorry for opening an issue here, the Trouble icon misleads me.

Thx for reply