-
Notifications
You must be signed in to change notification settings - Fork 940
Open
Milestone
Description
- The Great Suspender v7.0.109
- Google Chrome 73.0.3683.75 (Official Build) (64-bit)
- macOS Mojave 10.14.3
Chrome's UI now conforms to the light/dark appearance setting in macOS.
Dark mode for Chrome's UI is now supported on Mac, and Windows support is on the way. In addition, there's work on a CSS media query:
prefers-color-scheme
, that can be used to detect if the user has requested the system use a light or dark color theme. The tracking bug for this is Add support for CSSprefers-color-scheme
media feature For Chrome, and Firefox.
I'm hoping this could be extended, so that the suspended tab page automatically changes depending on the native setting.
I'm not a developer, but Perhaps the CSS thing they mention could be used on the suspended tab page, since it is an HTML page?
0rAX0, jacoblb64 and yorhodes