mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
1.0 KiB
1.0 KiB
Developing a Theme
Develop an IntelliJ Platform-based IDE theme using Plugin DevKit.
This documentation section will help you get started with developing theme plugins for the IntelliJ Platform-based IDEs.
The DevKit-based theme development workflow includes:
- Setting Up a Development Environment
- Creating a Theme Project
- Customizing a Theme
- Building and Running a Theme
- Deploying a Theme in IDE
- Uploading a Theme to JetBrains Marketplace
To see a full example theme project, see the Theme Basics in IntelliJ SDK Code Samples.
{title="Theme Plugin Sample" style="note"}