Commit Description
GIF-themes render faster on some platforms and thus it may be desirable, especially for the darker themes, to load the GIF themes instead of the PNG themes, even if the latter are available on the platform.
Implementation
This commit adds an additional keyword argument to allow the user to override the loading of PNG themes. Existing code is not broken, as the default value of the kwarg is False.
Commit Description GIF-themes render faster on some platforms and thus it may be desirable, especially for the darker themes, to load the GIF themes instead of the PNG themes, even if the latter are available on the platform.
Implementation This commit adds an additional keyword argument to allow the user to override the loading of PNG themes. Existing code is not broken, as the default value of the kwarg is
False
.