Releases: Aldaviva/DarkNet
Releases · Aldaviva/DarkNet
Release list
2.3.0
- #1: added options to set custom non-client area colors in Windows 11 (title bar text, title bar background, and window border)
- Thanks to @Specifix5 for the suggestion.
- #9: prevent crash when run in Wine due to missing
uxtheme.dllmethods
2.2.0
- Added
IDarkNet.EffectiveCurrentProcessThemeIsDarkproperty so you can tell which theme is actually being rendered when you useTheme.Auto. - Added
IDarkNet.EffectiveCurrentProcessThemeIsDarkChangedevent so you can tell when the user updated their default app mode in Settings › Personalization › Color. - Added
SkinManagerclass to help you swap between your WPF resource dictionaries when the effective process theme changes. Bring your own resource dictionaries.
2.1.1
2.1.0
2.0.1
2.0.0
- Redesigned API to be better organized
- Added
Autotheme so the window can inherit its theme from the process (if set) or the OS user account - Automatically re-render if you chose the
Autotheme and the user changed their OS account app theme preference - Only one package now (
DarkNet), instead of being split into two for WPF and Windows Forms - Calling
SetCurrentProcessThemefirst is now optional instead of mandatory