themeName
This is the name that will appear in the select input of the Keycloak Admin UI that let's you select the theme.
By default it's package.json["name"]
vite.config.ts
The theme name is also in kcContext.themeName
Providing an array enables you to implement theme variant. See:
๐ญTheme VariantsLast updated