diff --git a/reference_guide/ui_themes/themes_customize.md b/reference_guide/ui_themes/themes_customize.md index 2db690647..18edefaa4 100644 --- a/reference_guide/ui_themes/themes_customize.md +++ b/reference_guide/ui_themes/themes_customize.md @@ -27,7 +27,7 @@ Colors are defined by six-digit RGB or eight-digit RGBA hexadecimal notation. ### UI Theme Reference Implementations When learning new syntax, it is often useful to have some existing implementations for reference. For example, refer to the [Theme description file](upsource:///platform/platform-resources/src/themes/HighContrast.theme.json) for the IntelliJ IDEA _High Contrast_ Theme. -It may also be helpful to review some of [themes available for download](https://plugins.jetbrains.com/search?headline=164-theme&tags=Theme) at the JetBrains Plugin Repository. +It may also be helpful to review some of the [UI Themes available](https://plugins.jetbrains.com/search?headline=164-theme&tags=Theme) at the JetBrains Plugin Repository. ## Defining Named Colors Colors can always be defined individually as six-digit RGB or eight-digit RGBA hexadecimal notation. diff --git a/reference_guide/ui_themes/themes_intro.md b/reference_guide/ui_themes/themes_intro.md index 1c12b7f4d..fde5f760c 100644 --- a/reference_guide/ui_themes/themes_intro.md +++ b/reference_guide/ui_themes/themes_intro.md @@ -3,7 +3,9 @@ title: Custom UI Themes --- Beginning with the 2019.1 release, custom UI Themes are supported by IntelliJ IDEA. -Custom UI Themes give designers control of the appearance of built-in IntelliJ IDEA UI elements. +Custom UI Themes give designers control of the appearance of built-in IntelliJ IDEA UI elements. +The [UI Themes available for download](https://plugins.jetbrains.com/search?headline=164-theme&tags=Theme) illustrate the creative possibilities. + [Creating a new UI element](/user_interface_components/user_interface_components.md) for a plugin is distinctly different than Custom UI Themes. > **note** Custom UI Themes are available beginning in version **2019.1**.