set Theme
Sets the theme for the MeepMeep application.
This method updates the color scheme of the application by setting the light and dark themes using the ColorManager. It then refreshes the theme for all entities and UI components.
Parameters
scheme Light
The ColorScheme to be used for the light theme.
scheme Dark
The ColorScheme to be used for the dark theme.
Defaults to the light theme if not provided.
@return
Content copied to clipboard
The MeepMeep instance for method chaining.
See also
MeepMeep. refresh Theme