When working on an IDE Plugin using the LaF bridge, is there is a way to get set different theme than what the IDE is currently showing?
Ie something like
IntUiTheme(isDark = false) {
but for the LaF bridge. Perhaps I could select the first available dark theme in the list of themes installed in the UI?