2024-07-24 15:14:06 +02:00

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:

To see a full example theme project, see the Theme Basics in IntelliJ SDK Code Samples.

{title="Theme Plugin Sample" style="note"}