From 0a7585ac0b9a9c018f4c274025bb3642eafae5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 12 Aug 2024 14:56:08 +0200 Subject: [PATCH] creating_theme_project.md: clarify --- topics/basics/getting_started/theme/creating_theme_project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.