themes_customize.md: Add information about using UI Inspector for identifying keys

This commit is contained in:
Karol Lewandowski 2025-02-10 12:32:31 +01:00
parent bfc5145ac8
commit a0a311ba82
2 changed files with 7 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -309,3 +309,10 @@ For example, in the above screenshot, <control>ToolWindow.background</control> p
Using the [Laf Defaults](internal_ui_laf_defaults.md) inspector, enter the `element` portion of the key. Using the [Laf Defaults](internal_ui_laf_defaults.md) inspector, enter the `element` portion of the key.
The Laf Defaults inspector will prompt with a list of UI Control keys and their default color. The Laf Defaults inspector will prompt with a list of UI Control keys and their default color.
### Using the UI Inspector
[Use the UI Inspector](internal_ui_inspector.md#using-the-ui-inspector) and check the <control>foreground</control> and <control>background</control> property values.
If an inspected component can be styled with the UI control key, it will include its name, for example:
![UI Inspector Key Names](ui_inspector_key_names.png){width="710"}