namespace ErsatzTV.Application.Configuration;
public enum ThemeMode
{
Dark = 0,
Light = 1,
System = 2
}