James Raitsev
James Raitsev

Reputation: 96531

IDEA: How to change toolbar color indicating whether particular line is covered by tests?

I've embraced the darker side of productive coding and now find the "line covered" and "line not covered" color not too flashy and not sufficiently distinctive. I'd like to make it brighter (bright green and bright red would be nice)

How can i change it please?

enter image description here

Upvotes: 2

Views: 209

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402503

You can change the colors in settings, but not the opacity which is hardcoded:

coverage color

If it's not possible to achieve what you want by changing the color, submit a request to make the opacity configurable.

Upvotes: 2

Related Questions