Configs.set_theme
Configs.set_theme( theme_name: str )
This function sets a new theme for visualization.
Parameters:
- theme_name : str
The name of the theme to be set. Use a theme name obtained from Configs.get_theme().
Returns:
- None
Examples
#To set a new theme:
>>> ix.Configs.set_theme('PEACH')