Taiizor.Starterkit by Taiizor

<PackageReference Include="Taiizor.Starterkit" Version="1.0.1" />

 ThemeBase

public class ThemeBase
public ThemeAssets Assets { get; set; }

public string AssetsDir { get; set; }

public string Direction { get; set; }

public string Domain { get; set; }

public ThemeLanguages Languages { get; set; }

public string LayoutDir { get; set; }

public string LocaleDefault { get; set; }

public bool LocaleSwitchEnabled { get; set; }

public string ModeDefault { get; set; }

public bool ModeSwitchEnabled { get; set; }

public ThemeThirdParty ThirdParty { get; set; }

public string Uri { get; set; }

public SortedDictionary<string, SortedDictionary<string, string[]>> Vendors { get; set; }

public ThemeBase()