Readonly defaultThe default theme name property
Readonly keyThe unique key for the node. It is unique from all other nodes in the ThemeBuilder
Readonly nameThe name of the node, which is unique relative to it's siblings
Readonly requiredIs this a required atom?
Create a new color theme.
The newly created theme.
The name of the theme to create.
Optional skipInitDefault: booleanIf true, do not attempt to set this as the default theme if there is not yet a default theme.
Get the default theme (if any).
The default theme (if any).
Get a theme by name.
The theme.
The name of the theme to retrieve.
Get all themes.
All theme objects.
Set the default theme.
The new default theme.
Set a listener on this node
The ListenerSubscription which should be canceled to stop listening.
The name of the listener.
The callback to call when an event occurs.
Optional eventTypes: EventType[]The types of events to wait for. If none are specified, listen for all events.
Generated using TypeDoc
The color themes atom.