using Oqtane.Documentation; using Oqtane.Models; namespace Oqtane.Themes.OqtaneTheme { [PrivateApi("Mark Build-In Theme-Info classes as private, since it's not very useful in the public docs")] public class ThemeInfo : ITheme { public Theme Theme => new Theme { Name = "Oqtane Theme", Version = "1.0.0", ThemeSettingsType = "Oqtane.Themes.OqtaneTheme.ThemeSettings, Oqtane.Client", ContainerSettingsType = "Oqtane.Themes.OqtaneTheme.ContainerSettings, Oqtane.Client" }; } }