diff --git a/topics/basics/getting_started/theme/creating_theme_project.md b/topics/basics/getting_started/theme/creating_theme_project.md index 9fb4f4f9c..8f3b569b5 100644 --- a/topics/basics/getting_started/theme/creating_theme_project.md +++ b/topics/basics/getting_started/theme/creating_theme_project.md @@ -81,4 +81,4 @@ The wizard can be used for both DevKit-based and Gradle-based plugins. ## 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. +Specify attribute `id` for this extension in plugin.xml matching its `name` attribute value from the color scheme XML.