Collection of playful and adapted themes built for the New UI:
- Cloudy Blue. A subtle blue theme that is off-white just enough
- New Darcula. Darcula from the Classic UI, properly adapted for the New UI
- In Bed By 7pm. Popular purpley theme ported and adapted from the VS Code version
The repository now builds with Gradle. The canonical theme sources live under themes/, and the plugin artifacts are produced from generated resources instead of hand-maintained packaging copies.
Build all plugin distributions:
./gradlew \
:plugins:cloudy-blue:buildPlugin \
:plugins:in-bed-by-7pm:buildPlugin \
:plugins:islands-darcula:buildPlugin \
:plugins:new-darcula:buildPlugin \
:plugins:studio-themes:buildPluginBuild just the marketplace bundle:
./gradlew :plugins:studio-themes:buildPluginZIP artifacts are written to each subproject's build/distributions/ directory.
The IntelliJ Platform Gradle Plugin picks up publishing credentials from the standard environment variables:
PUBLISH_TOKENPRIVATE_KEYPRIVATE_KEY_PASSWORDCERTIFICATE_CHAIN


