A set of colors that are used in a document.
A set of fonts that are used in a document.
Human readable text describing the theme.
If a custom theme or built in theme.
Parses the color using the current Theme schema (if required)
The string to parse
This is available for functions that want to resolve themed colors
Creates a persistable version of Themes.
Optional
includeInherited: booleanIf true then the inherited properties will be included.
Defines and manages themes associated to a specific document or spreadsheet.
These themes are saved and shared with the document, ensuring a consistent look and feel across different views or users.
ITheme
focuses on styling the content within the document itself, such as:This is distinct from an
AppTheme
, which controls the styling of the application's user interface (UI) itself, such as the toolbar, menus, and overall color scheme, and can be specific to the application or individual user preferences.