A theme editor for Bitwig Studio, written in Java.
- Bitwig Studio 4.x, 5.x or 6.x
- Java 8 or later
Simple steps to get started:
-
Step1: Run bitwig-theme-editor.jar
-
Step2: Click on the "Select bitwig.jar" button to choose your Bitwig Studio installation's
bitwig.jarfile. -
Step3: Download a theme, or create your own using the editor.
Themes
Community-made themes are available here.
You can use theme editor user interface to import themes, or change colors and create your own theme!
You can also manually manage the theme after patching Bitwig Studio:
- Step 1: Run Bitwig Studio
- Step 2: A file named
default.btewill be created in the Bitwig settings directory- Windows:
C:\Users\<username>\AppData\Roaming\.bitwig-theme-editor\<version>\ - Linux & macOS:
/home/<username>/.bitwig-theme-editor/<version>/
- Windows:
- Step 3: Create a file named
theme.btein the same directory if doesn't exists - Step 4: Add the lines of the color values you want to change, modify, and save
- Step 4: Click on the "Dashboard Button" or resize the window to render changes
Happy theming!
Commands (advanced)
-
Enter GUI mode (default):
java -jar bitwig-theme-editor.jar -
Direct patching command (CLI):
java -jar bitwig-theme-editor.jar <bitwig-jar-path>
Note:
applyorexportare deprecated. The theme editor now patches the jar once, then patched Bitwig Studio watches the theme.bte file for changes.
Development
- Java 8 JDK
- IntelliJ IDEA Community Edition (recommended IDE)
- Open the project in a Java IDE of your choice.
- Use
jartask defined in Gradle to build the project.
Contribution
Pull requests are welcome!
Feel free to contribute and help me improve the project.
Looking for the old version? (1.x)
This project is licensed under the MIT License. See the LICENSE file for details.