mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
themes_customize.md, work_with_icons_and_images.md: TIP with linking to the IntelliJ Icon Generator
This commit is contained in:
parent
0efe4b6406
commit
683f3fe9eb
@ -133,6 +133,8 @@ The `value` is the replacement icon's file name, located in the `resources` fold
|
|||||||
|
|
||||||
The color of a replaced icon takes precedence over any `ColorPalette` overrides.
|
The color of a replaced icon takes precedence over any `ColorPalette` overrides.
|
||||||
|
|
||||||
|
> **TIP** For generating the SVG icons suited for the IntelliJ-based IDEs, you may also use the third-party web tool – [IntelliJ Icon Generator](https://bjansen.github.io/intellij-icon-generator/).
|
||||||
|
|
||||||
## Customizing UI Controls
|
## Customizing UI Controls
|
||||||
UI Themes can change the appearance of more general controls in the IntelliJ Platform UI.
|
UI Themes can change the appearance of more general controls in the IntelliJ Platform UI.
|
||||||
Examples of these controls are labels, buttons, checkboxes, trees, lists, and menus.
|
Examples of these controls are labels, buttons, checkboxes, trees, lists, and menus.
|
||||||
|
@ -99,6 +99,8 @@ However, the `@2x` version of an SVG icon should still provide the same base siz
|
|||||||
The icon graphics of such an icon can be expressed in more details via double precision.
|
The icon graphics of such an icon can be expressed in more details via double precision.
|
||||||
If the icon graphics are simple enough so that it renders perfectly in every scale, then the `@2x` version can be omitted.
|
If the icon graphics are simple enough so that it renders perfectly in every scale, then the `@2x` version can be omitted.
|
||||||
|
|
||||||
|
> **TIP** For generating the SVG icons suited for the IntelliJ-based IDEs, you may also use the third-party web tool – [IntelliJ Icon Generator](https://bjansen.github.io/intellij-icon-generator/).
|
||||||
|
|
||||||
### PNG Format
|
### PNG Format
|
||||||
> **NOTE** Please consider using SVG icons if your plugin targets 2018.2+.
|
> **NOTE** Please consider using SVG icons if your plugin targets 2018.2+.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user