Add reference to UI Theme downloads

This commit is contained in:
JohnHake 2019-10-24 12:20:40 -07:00
parent fdbca7c922
commit c8fae40ec9
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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**.