https://github.com/ysc3839/win32-darkmode
Example application shows how to use undocumented dark mode API introduced in Windows 10 1809.
https://github.com/ysc3839/win32-darkmode
themes undocumented win32 windows-10
Last synced: 2 months ago
JSON representation
Example application shows how to use undocumented dark mode API introduced in Windows 10 1809.
- Host: GitHub
- URL: https://github.com/ysc3839/win32-darkmode
- Owner: ysc3839
- License: mit
- Created: 2019-02-16T18:31:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T02:11:25.000Z (about 2 years ago)
- Last Synced: 2025-03-29T21:05:04.588Z (2 months ago)
- Topics: themes, undocumented, win32, windows-10
- Language: C++
- Homepage:
- Size: 59.6 KB
- Stars: 466
- Watchers: 20
- Forks: 51
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# win32-darkmode
Example application shows how to use undocumented dark mode API introduced in Windows 10 1809.## Delayload branch
The [delayload](https://github.com/ysc3839/win32-darkmode/tree/delayload) branch uses self generated import libraries (using the same way as [dumplib](https://github.com/Mattiwatti/dumplib)) and then link to delay load table. So that we don't need to write a lot of `GetProcAddress` manually.