pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Dark mode support #102

Closed draganescu closed 5 years ago

draganescu commented 5 years ago

This PR adds support for #49

The package.json file has a new directive that instructs Electron to allow dark mode when the app is packaged, so the chrome respects the OS setting.

The election-runner.js script has some logic that relays to the rendered the current system setting about dark mode and the changes to it when the user switches in System Settings.

pento commented 5 years ago

Here's what I noticed while using dark mode:

pento commented 5 years ago

One more thing: the little notch pointing at the (W) logo is still white.