namespace ex_CustomThemes; public partial class LightTheme : ResourceDictionary, ICustomTheme { public LightTheme() { InitializeComponent(); } }