How do I set a default theme?

已回答

I'm building a product based on the Intellij platform. In this product, I would like to set a certain sub-theme from the material theme for intellij, as the default theme for the application. I would like the theme to be set before the customize ide steps dialog on first run, so that even these steps are shown in the desired theme.

What would be the simplest way to do this? Any direction would be greatly appreciated.

Thanks,
Alex

0
Avatar
Permanently deleted user

It seems the easiest way to change theme via code is using QuickChangeLookAndFeel.switchLafAndUpdateUI()

0

请先登录再写评论。