Karol Lewandowski 95aca84917 Cleanups
- get rid of the old [//]: # (title: ...) format
- reorder copyright notice and title where applicable
- fix grammar and other minor issues
2023-04-07 15:47:20 +02:00

17 lines
827 B
Markdown

<!-- Copyright 2000-2023 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)