Returns the light ThemeData for this brand.
ThemeData lightTheme() => switch (this) { DsBrand.violet => BrandATheme.light(), DsBrand.emerald => BrandBTheme.light(), };