namespace Domain.Entities.Donations.ValueObject; public enum CrewWidgetTheme { Basic = 0, Dark = 1, Minimal = 2 }