Move the "UI Themes" plugin type to the bottom as the least important

This commit is contained in:
Karol Lewandowski 2022-09-08 16:36:06 +02:00
parent b5737331ef
commit a17683eb18

View File

@ -7,29 +7,16 @@ All downloadable plugins are available from the [JetBrains Marketplace](https://
The most common types of plugins include:
* UI Themes
* Custom language support
* Framework integration
* Tool integration
* User interface add-ons
* UI Themes
> In some cases, implementing an actual IntelliJ Platform plugin might not be necessary, as [alternative solutions](plugin_alternatives.md) exist.
>
{type="tip"}
## UI Themes
[UI Themes](themes_intro.md) give designers the ability to customize the appearance of built-in IDE UI elements.
Custom UI Themes can:
* substitute icons,
* change the colors of icons and UI controls,
* alter the borders and insets of UI controls,
* provide custom editor schemes,
* add background images.
The [UI Themes available for download](https://plugins.jetbrains.com/search?headline=164-theme&tags=Theme) illustrate the creative possibilities.
## Custom Language Support
Custom language support provides basic functionality for working with a particular programming language, that includes:
@ -72,3 +59,16 @@ Refer to the [Gerrit integration](https://plugins.jetbrains.com/plugin/7272) plu
Plugins in this category apply various changes to the standard user interface of the IDE.
Some newly added components are interactive and provide new functionality, while others are limited to visual modifications only.
The [Random Background](https://plugins.jetbrains.com/plugin/9692-random-background) plugin may serve as an example.
## UI Themes
[UI Themes](themes_intro.md) give designers the ability to customize the appearance of built-in IDE UI elements.
Custom UI Themes can:
* substitute icons,
* change the colors of icons and UI controls,
* alter the borders and insets of UI controls,
* provide custom editor schemes,
* add background images.
The [UI Themes available for download](https://plugins.jetbrains.com/search?headline=164-theme&tags=Theme) illustrate the creative possibilities.