diff --git a/topics/reference_guide/color_scheme_management.md b/topics/reference_guide/color_scheme_management.md
index e48d9623d..52c5972dc 100644
--- a/topics/reference_guide/color_scheme_management.md
+++ b/topics/reference_guide/color_scheme_management.md
@@ -1,4 +1,4 @@
-
+
# Color Scheme Management
@@ -48,7 +48,7 @@ If the scheme designer doesn't have a language plugin, he will not be able to fi
### Providing Attributes for Specific Schemes
A language plugin may provide default text attributes for "Default" and "Darcula" bundled schemes or basically for any other scheme if the scheme's name is known.
-This can be done in [plugin.xml](plugin_configuration_file.md) by adding an `com.intellij.additionalTextAttributes` extension providing the name of the file containing desired text attributes, for example:
+This can be done in [plugin.xml](plugin_configuration_file.md) by adding an providing the name of the file containing desired text attributes, for example:
```xml