The theme class holds information on how non-data elements of the plot
should be rendered. The preferred way to construct an object of this class
is through the theme() function.
class_theme(elements = list(), ..., complete = FALSE, validate = TRUE)A named list containing theme elements.
Reserved for future expansion.
A boolean value stating whether a theme is complete.
A boolean value stating whether a theme should still be validated.