UI Theme Color Picker

The 2025.2 EAP builds now come with a new ‘Internal’ tool that might help to write the UI Themes.

It displays the keys and names for the colors that were used to draw particular UI elements (to the best of its runtime knowledge).

“Main Menu | Tools | Internal Actions | UI | Enable UI Theme Color Picker”





6 Likes

Thanks!!

I would have a question: what does “Enable color markers in runtime” do? I see no difference with and without this setting.
image

BTW, it works super well.

Adds key markers to the colors from “Editor Color Scheme” and to some dynamically computed colors from ColorUtil (blend of colors A and B).
Enabling these may break/fix some marginal cases on theming changes and adds some performance overhead (~20% to Editor painting).

1 Like