macOS 10.14 Mojave dark mode
eviloatmeal says:
To support the macOS desktop app we need:
* Dark window frame (Electron)
* A RTM theme with the Mojave dark mode color palette (web app)
Detection of dark mode inside browsers is currently not available, but a specification draft is in the works: https://drafts.csswg.org/mediaqueries-5/#prefers-color-scheme
A workaround to get the dark window frame in the macOS desktop app is to run this in the terminal: defaults write -app Remember\ The\ Milk NSRequiresAquaSystemAppearance -bool No
* Dark window frame (Electron)
* A RTM theme with the Mojave dark mode color palette (web app)
Detection of dark mode inside browsers is currently not available, but a specification draft is in the works: https://drafts.csswg.org/mediaqueries-5/#prefers-color-scheme
A workaround to get the dark window frame in the macOS desktop app is to run this in the terminal: defaults write -app Remember\ The\ Milk NSRequiresAquaSystemAppearance -bool No
Log in
to post a reply.