# 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](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) > 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"}