You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`getAvailableThemes()`| string[]| Returns all available themes. The array contains the `title` attribute of all alternate stylesheets. |
90
+
|`getTheme()`| string | Returns the name of the current theme. This is the `title` attribute of the currently active alternate stylesheet. Returns null if no theme is in use. |
90
91
|`loadTheme(string)`| void | Changes the current theme - in other words, sets an alternate stylesheet to active based on a `title` attribute matching the supplied argument. |
0 commit comments