import ManaAuthUI /// Brücke zwischen `ZitareTheme` (paper-Variant) und der /// `ManaBrandConfig` von `ManaAuthUI`. Im App-Body als Environment-Wert /// gesetzt — Login-Sheet bekommt damit das paper-Theme statt mana-Default. enum ZitareBrand { static let manaBrand = ManaBrandConfig( appName: "Zitare", tagline: "Öffentlicher Zitat-Korpus von mana e.V.", logoSymbol: "quote.opening", background: ZitareTheme.background, foreground: ZitareTheme.foreground, surface: ZitareTheme.surface, mutedForeground: ZitareTheme.mutedForeground, border: ZitareTheme.border, primary: ZitareTheme.primary, primaryForeground: ZitareTheme.primaryForeground, error: ZitareTheme.error, success: ZitareTheme.success ) }