Deploying a Theme
Before your custom theme plugin can be uploaded to JetBrains Marketplace and used by users, it should be packaged and verified in the actual IDE.
The deployment process prepares the plugin artifact that can be installed in IDE.
Deploying Theme Plugin
Build the theme by invoking
or .Create the deployment artifact by invoking
.The resulting theme JAR file will be created in the project or module directory.
In the case of developing a regular plugin, and it specifies additional dependencies, a ZIP archive is created, including all the plugin libraries.
Install the newly created JAR or ZIP file from disk.
Click the Apply button.
Select your theme in
and apply the changes.
Last modified: 11 June 2024