all static method

Get all registered themes.

Implementation

static List<BaseThemeConfig> all() {
  return NyThemeManager.instance.themes;
}