-
-
Notifications
You must be signed in to change notification settings - Fork 514
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 #434
Comments
Need to research the message code for |
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. Some resources: |
Implemented in v9.0 beta 4. {
"DarkTheme": "Kobe",
"LightTheme": "Kobe - Light",
} |
Chris:
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 ImageGlass, because all elements are skinned.
The text was updated successfully, but these errors were encountered: