mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
Add reference to UI Theme downloads
This commit is contained in:
parent
fdbca7c922
commit
c8fae40ec9
@ -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.
|
||||
|
@ -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**.
|
||||
|
Loading…
x
Reference in New Issue
Block a user