URL which can be used to install this Theme in another installation of Drafts. Useful for sharing and backups.
The name of the theme definition.
The type (builtIn, custom, file) of the theme definition.
Get list of all available themees.
Generated using TypeDoc
Theme
Represents a Theme definition available in the current installation of Drafts.
Example: Find and assign the active light theme
let theme = Theme.find("builtIn", "dark"); app.lightTheme = theme;