-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync dark/light theme with Windows 10 #30
Comments
The configuration can be queried in the registry's following location:
When the value equals 0 (DWORD), it means it is in dark mode. Altering the value triggers immediately Windows Explorer to go/exit dark mode. |
Thank you for this discovery. |
cc: @MinhThienDX |
Sorry but currently I don't have the time to do so 😥 |
The latest version of windows has a dark theme, which changes elements such as context menus to be dark, so if I schedule windows to change to the dark theme automatically at night, it wouldn't affect win10widgets, because all elements are skinned.
The text was updated successfully, but these errors were encountered: