JMeter - Change Font Colour

Viewed 726

Cannot believe I need to ask a question regarding this, but I cannot find anything on Google. Everything related I find is basically only regarding the font SIZE OR the THEME.

While changing to the Darklaf - Dracula theme is great, reading the code (Groovy script, XML, JSON) is AWFUL.

Hoping someone has a way of changing the FONT COLOUR, because looking at the below will make me go insane.

enter image description here

1 Answers

You are correct that this is a crazy issue, and I'm not sure why there isn't more discussion on it or bugs being raised...

The issue is with the darklaf libraries, I can demonstrate this by changing the version that JMeter uses to v2.4.8 rather than v2.5.4.

This is what my custom version looks like: See how nice it looks...

To change this, either build JMeter from source after changing the version in gradle.properties, which is what I did, or I suppose you could download the .jar file and replace the version in jmeter/lib, which I haven't tried but there's no reason why it shouldn't work.

Happy automating.

Related