2.2.0
- Added
IDarkNet.EffectiveCurrentProcessThemeIsDark
property so you can tell which theme is actually being rendered when you useTheme.Auto
. - Added
IDarkNet.EffectiveCurrentProcessThemeIsDarkChanged
event so you can tell when the user updated their default app mode in Settings › Personalization › Color. - Added
SkinManager
class to help you swap between your WPF resource dictionaries when the effective process theme changes. Bring your own resource dictionaries.