The Windows 10 Anniversary Update introduced a dark mode, where most supporting apps will change their color palette to be dark. I want to use Node.js or Electron to determine whether or not that setting is enabled, so I can appropriately choose which theme to start my app with by default. What's the best way to do this?