re-add light pink

This commit is contained in:
Jack Baron 2020-02-17 01:12:38 +00:00
parent 57d825fc22
commit fed6b2e746
No known key found for this signature in database
GPG key ID: CD10BCEEC646C064

View file

@ -20,7 +20,7 @@ namespace ModAssistant
//Local dictionary of ResourceDictionarys mapped by their names.
private static Dictionary<string, ResourceDictionary> loadedThemes = new Dictionary<string, ResourceDictionary>();
private static List<string> preInstalledThemes = new List<string> { "Light", "Dark" }; //These themes will always be available to use.
private static List<string> preInstalledThemes = new List<string> { "Light", "Dark", "Light Pink" }; //These themes will always be available to use.
/// <summary>
/// Load all themes from local Themes subfolder and from embedded resources.