Color Theme

Harmony: {{ getHarmonyLabel() }}
@if (themeSaveSuccess) {
{{ themeSaveSuccess }}
} @if (themeSaveError) {
{{ themeSaveError }}
}
@for (role of colorRoles; track role.field) {
{{ role.label }} {{ themeColors[role.field] }}
@if (hasHarmonyIssue(role.field)) { } @else if (role.group !== 'neutral') { }
}