sindresorhus / electron-util

Useful utilities for Electron apps and modules
MIT License
1.28k stars 63 forks source link

Dark Mode on Windows #18

Closed imedadel closed 5 years ago

imedadel commented 5 years ago

Windows currently supports Dark Mode. Although it is not supported by Electron yet, it seems possible (according to https://stackoverflow.com/a/51336913/3737308) to detect it.

Can it be added to electron-util? 😅

sindresorhus commented 5 years ago

For context: https://github.com/electron/electron/issues/15316

I don't really want to do this. Checking dark mode is not useful without the ability to be notified about changes, and there doesn't seem to be an easy way to achieve that. I'd rather just wait on Electron to figure it out.