mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
[basics] Added UI Themes as basic plugin type
This commit is contained in:
parent
715c9f67d3
commit
1ac69823ea
@ -7,11 +7,25 @@ Products based on the *IntelliJ Platform* can be modified and adjusted for custo
|
||||
|
||||
The most common types of plugins include:
|
||||
|
||||
* UI Themes
|
||||
* Custom language support
|
||||
* Framework integration
|
||||
* Tool integration
|
||||
* User interface add-ons
|
||||
|
||||
## UI Themes
|
||||
|
||||
[UI Themes](/reference_guide/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. This includes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user