Apply theme to icons using ResourceDictionary in XAML
I’m trying to create a ResourceDictionary
containing icons that use Brushes
defined in other dictionaries in order to dynamically load light and dark themes.
I’m trying to create a ResourceDictionary
containing icons that use Brushes
defined in other dictionaries in order to dynamically load light and dark themes.