Description
tinytheme_register() registers a custom theme so it can be used by name with tinytheme() or tinyplot(…, theme = ). Custom themes inherit from a base theme and apply user-specified overrides. Registered themes are session-scoped: they persist across plots but not across R sessions. To make a custom theme permanently available, register it in your .Rprofile.
tinytheme_list() returns the names of all available themes (built-in and registered).
tinytheme_unregister() removes a previously registered theme from the registry. Does not reset an active theme.