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

25 lines
1.0 KiB
Markdown

<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Developing a Theme
<link-summary>Develop an IntelliJ Platform-based IDE theme using Plugin DevKit.</link-summary>
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](setting_up_theme_environment.md)
* [Creating a Theme Project](creating_theme_project.md)
* [Customizing a Theme](themes_customize.md)
* [Building and Running a Theme](running_and_debugging_a_theme.md)
* [Deploying a Theme in IDE](deploying_theme.md)
* [Uploading a Theme to JetBrains Marketplace](publishing_plugin.md#uploading-a-plugin-to-jetbrains-marketplace)
<snippet id="themeSamplePlugin">
> To see a full example theme project, see the [Theme Basics](%gh-sdk-samples-master%/theme_basics) in IntelliJ SDK Code Samples.
>
{title="Theme Plugin Sample" style="note"}
</snippet>