
A theme editor for Bitwig Studio, written in Java.
⚠ Warning: Please back up your bitwig.jar file before using this program, just in case.
Download the latest version from the releases page
- Bitwig Studio 4.x, 5.x or 6.x
- Java 8 or later
Run the program by double-clicking, or executing the following command in terminal:
java -jar bitwig-theme-editor.jar
You can also provide the path to your bitwig.jar to patch directly (advanced users):
java -jar bitwig-theme-editor.jar <bitwig-jar-path>
Community-made themes are available here.
You can use theme editor user interface to import themes, or change colors and create your own theme!



Or, you can manually create the theme file after patching Bitwig Studio:
- Run Bitwig Studio
- A file named
default.bte
will be created in the directory ofbitwig.jar
- Create a file named
theme.bte
in the same directory - Add the lines of the color values you want to change, modify, and save
- Click on the "Dashboard Button" or resize the window to render changes
Happy theming!
- Java 8 JDK
- IntelliJ IDEA Community Edition (recommended IDE)
- Open the project in a Java IDE of your choice.
- Use
jar
task defined in Gradle to build the project.
Pull requests are welcome!
Feel free to contribute and help me improve the project.
This project is licensed under the MIT License. See the LICENSE file for details.