IntUiTheme

@Composable
fun IntUiTheme(theme: IntUiThemeDefinition, swingCompatMode: Boolean = false, content: @Composable () -> Unit)
@Composable
fun IntUiTheme(theme: IntUiThemeDefinition, componentStyling: IntelliJComponentStyling, swingCompatMode: Boolean = false, content: @Composable () -> Unit)