📘
Methods for working with themes.
getCurrent(): string
Gets the current theme name.
let themeName = this.$a.theme.getCurrent();
set(themeName: string = "")
Sets a theme.
There is shortening for this method this.$a.setTheme
see
this.$a.theme.set("dark");