A lightweight C# utility that automatically synchronizes the Windows 11 selection (highlight) color with the system's current accent color. Perfect for Wallpaper Engine users who want a perfectly matching UI experience.
- Real-time Sync: Monitors accent color changes and updates the system highlight color instantly.
- Low Footprint: Uses less than 0.1% CPU by utilizing event polling and WinAPI.
- Zero Configuration: Automatically detects the theme and applies changes.
- Auto-start: Includes a built-in feature to run on system boot.
Windows 11 often keeps the classic "blue" selection color even when the system accent color changes. This tool bridges that gap by:
- Monitoring the
AccentColorvalue in the Windows Registry (HKCU\Software\Microsoft\Windows\DWM). - Updating the
HilightandHotTrackingColorregistry keys. - Forcing an instant UI update using WinAPI functions:
SetSysColorsandSendMessageTimeout.
Real-time usage:
- Go to the [Releases] page.
- Download the
WinHighlightSync.exe. - Run the application. It will automatically add itself to the startup and run in the background.
- Windows 11
- .NET 9 Runtime (The Release version is self-contained and doesn't require separate installation).
This project is licensed under the MIT License.


