A modern, extensible theme engine for Apache JMeter featuring both dark and light themes with custom icon sets.
- Aura Dark Theme: A sleek dark theme with purple accents for comfortable low-light usage
- Aura Light Theme: A clean light theme with purple accents for bright environments
- Custom Icon Sets: Professionally designed icons for both themes
- Seamless Integration: Works as a JMeter plugin with easy theme switching
- Persistent Preferences: Your theme choice is saved across JMeter sessions
- Apache JMeter 5.6.3 or later
- Java 17 or later
- Download the latest
jmeter-studio-oss-1.0.0-SNAPSHOT.jarfrom the releases page - Copy the JAR file to your JMeter installation's
lib/extdirectory:C:\Users\<username>\tools\apache-jmeter-5.6.3\lib\ext\ - Copy the required dependencies to your JMeter
libdirectory:flatlaf-3.5.4.jargson-2.11.0.jar
- Restart JMeter
# Clone the repository
git clone https://github.com/QAInsights/jmeter-studio.git
cd jmeter-studio
# Build the project
mvn clean package -DskipTests
# The plugin JAR will be available at:
# oss/target/jmeter-studio-oss-1.0.0-SNAPSHOT.jar- Open JMeter
- Go to Options → JMeter Studio
- Select your desired theme (e.g., Aura Dark, Aura Light, etc.)
- The theme will be applied immediately. For the best experience, we recommend restarting JMeter.
- Go to Options → JMeter Studio → Restore Default
- The original JMeter Look and Feel will be restored immediately.
- Restart JMeter to fully revert all session-based UI adjustments.
# Compile and package
mvn clean package
# Run tests
mvn test
# Install to local repository
mvn install- Built with FlatLaf - Modern Look and Feel for Java Swing
- Icons designed specifically for the Aura Theme
- Inspired by the JMeter community's need for modern UI themes
Made with ❤️ by QAInsights
