diff --git a/topics/basics/getting_started/theme/creating_theme_project.md b/topics/basics/getting_started/theme/creating_theme_project.md
index bbd511184..76d61bbb7 100644
--- a/topics/basics/getting_started/theme/creating_theme_project.md
+++ b/topics/basics/getting_started/theme/creating_theme_project.md
@@ -1,6 +1,7 @@
+
+
# Creating a Theme Project
-
Creating a theme plugin project with Plugin DevKit wizard and generated project overview.
@@ -76,3 +77,8 @@ The wizard can be used for both DevKit-based and Gradle-based plugins.
4. Click OK button to generate the [theme description file](themes_customize.md#introduction-to-theme-description-file-syntax) with $THEME_NAME$.theme.json name. The generated theme will be automatically configured in the plugin.xml file.
+
+## Bundling Color Schemes
+
+Use `com.intellij.bundledColorScheme` extension point specifying the `path` to the color scheme XML file (without `.xml` suffix).
+Attribute `id` must be specified in plugin.xml and match its `name` attribute.