UIManager properties used by IDEA's paint functions
What properties / functions of UIManager / current theme does IDEA use for background of various parts of it? I am using my own LAF that provides settings for various .background in the UIManager itself, and the get...() functions on its themes. However, IDEA still picks dark gray (128,128,128) for the background of most of its items - see the attached screenshot.
In addition, it doesn't pick the menu UI (but does pick everything else including toolbar and tabs).
Kirill
Attachment(s):
idea-substance.png
Please sign in to leave a comment.
Never mind the background - got it figured out in the LAF. However, the menu UI is not picked up. Do you use regular JMenuBar, JMenu and JMenuItem?