Detecting the user preference for dark mode seems like one more variable to fingerprint and identify users, isn't it?
Using Dark Mode in CSS with MacOS Mojave
121–128 of 128 posts
Re: Using Dark Mode in CSS with MacOS Mojave
#122I, for one, am tired of web pages being able to know things about the environment in which I view them outside of their sandbox. Orientation, battery, point:pixel ratio, user-agent, referer- now UI display preferences. I should be able to turn all of these off and make my browser indistinguishable from any other save for IP address if I so choose. This stuff just keeps rolling down the fingerprinting hill. Pretty soo…
Canvas fingerprinting along with most of these issues were solved with Safari 12 on both Mac OS and iOS. If you don't want to be fingerprinted, consider switching to it. Obviously there are some things that aren't yet anonymized in Safari 12, but it's good enough.
Of course, on iOS, I don’t have a choice.
Re: Using Dark Mode in CSS with MacOS Mojave
#123Earlier quoted context omitted.
I'd assume this is intended for web pages/apps to allow their in-page controls/navigation to fade into the background, revealing the content. E.g. in a crud app with top/side nav, and then a form in the main section, the nav bars can be rendered as pale/dark to suit the user selection, while the main content area retains the focus.
Yes, I definitely see the appeal for web apps. Just personally don't want to read 2,000+ word articles of white text on a dark background just because I like the browser UI to be dark. Others might, though — hopefully browsers will offer a setting for dark mode independent of the OS-level setting.
Re: Using Dark Mode in CSS with MacOS Mojave
#124Earlier quoted context omitted.
It's really a matter of preference. I personally would be happy if my PDFs would automatically display in "dark mode" (not that I expect that to be implemented). Perhaps browsers just need a setting to toggle this.
Ctrl+I on Evince/Atril doc viewers. Then set as default: Ctrl+T
Re: Using Dark Mode in CSS with MacOS Mojave
#125Re: Using Dark Mode in CSS with MacOS Mojave
#126As usual Apple has set off a major change in the way we do business. Newspapers, Apps, Slack, everything is going to start supporting dark mode. I think the original way we tackled "custom color schemes" of the OS was too much - we allowed people to set individual colors for everything. Once again apple has simplified that to just light mode and dark mode. And that's how the rest of the industry will finally tackle c…
Re: Using Dark Mode in CSS with MacOS Mojave
#127As usual Apple has set off a major change in the way we do business. Newspapers, Apps, Slack, everything is going to start supporting dark mode. I think the original way we tackled "custom color schemes" of the OS was too much - we allowed people to set individual colors for everything. Once again apple has simplified that to just light mode and dark mode. And that's how the rest of the industry will finally tackle c…
Re: Using Dark Mode in CSS with MacOS Mojave
#128Cmd+F5, "Invert colors" (smart invert) This will turn everything into dark mode, except images and video. And you don't have to care if site has that line in CSS. Also, when you switch back - everything is in "light mode" again, including OS UI.
By default the keyboard shortcut is disabled in Mojave, and when turned on is actually Control+Option+Command+8.