Initial commit.
This commit is contained in:
13
Wino.Core.UWP/Models/Personalization/SystemAppTheme.cs
Normal file
13
Wino.Core.UWP/Models/Personalization/SystemAppTheme.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using Wino.Core.Domain.Enums;
|
||||
|
||||
namespace Wino.Core.UWP.Models.Personalization
|
||||
{
|
||||
// Mica - Acrylic.
|
||||
public class SystemAppTheme : PreDefinedAppTheme
|
||||
{
|
||||
public SystemAppTheme(string themeName, Guid id) : base(themeName, id, "") { }
|
||||
|
||||
public override AppThemeType AppThemeType => AppThemeType.System;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user