--- layout: docs title: ThemeManager edit_url: "https://github.com/nylas/N1/blob/master/src/theme-manager.coffee" ---
Handles loading and activating available themes.
An instance of this class is always available as the atom.themes
global.
Invoke callback
when style sheet changes associated with
updating the list of active themes have completed.
Argument | Description |
---|---|
callback |
Get an array of all the loaded theme names.
Get an array of all the loaded themes.
Get an array of all the active theme names.
Get an array of all the active themes.
Get the enabled theme names from the config.
Return Values |
---|
Returns an array of theme names in the order that they should be activated. |