>JMeter is advertised as being 100% pure Java code. Darklaf has a native integration feature, however, it is optional.
Currently, JMeter uses Darcula as a default look and feel now, there are multiple UI bugs in Darcula (e.g. tree indent is hard to see), Darcula has a single release only, nobody's going to fix Darcula issues in Darcula itself, because the code is just stale. So I think we should drop Darcula theme completely, and migrate to Darklaf ( https://github.com/weisJ/darklaf ) or FlatLaf ( https://github.com/JFormDesigner/FlatLaf ) So far, Darklaf maintainer fixed all the JMeter-related LaF issues, and I think JMeter can just migrate to that LaF. The challenge for JMeter is that Darklaf uses **extensible** theming, so it is a single LaF with an ability to have multiple themes. JMeter's menu does not support that, and we probably need to configure that somehow (e.g. creating a submenu for themes). Vladimir
