Live data from Hacker News

Suggest to HN: D A R K M O D E

news.ycombinator.com

21–30 of 32 posts

Re: Suggest to HN: D A R K M O D E

#21
post #4

Earlier quoted context omitted.

Sadly it often makes Firefox Mobile generate popups about a script being slow on larger websites. On a different note, I can change my bar topcolor in my HN profile, would be nice to be able to change the BG and font color as well.

try this one: https://github.com/m-khvoinitsky/dark-background-light-text-...

The crazy thing is that people are suggesting things that should simply be added on as a function of the site. It's 2019, Dark mode is here to stay, why not just add it natively instead of having to install yet another plug-in/add-in/extension?

Re: Suggest to HN: D A R K M O D E

#22

Earlier quoted context omitted.

try this one: https://github.com/m-khvoinitsky/dark-background-light-text-...

The crazy thing is that people are suggesting things that should simply be added on as a function of the site. It's 2019, Dark mode is here to stay, why not just add it natively instead of having to install yet another plug-in/add-in/extension?

Did you know the original proposal for CSS was meant to include "user styles"?

They where even supposed to be blended on how much they should be yours or the websites.

         User            Author
  Font   o-----x--------------o 64%
  Color  o-x------------------o 90%
  Margin o-------------x------o 37%
  Volume o---------x----------o 50%
source: https://www.wiumlie.no/2006/phd/archive/www.w3.org/People/ho...

Re: Suggest to HN: D A R K M O D E

#23

Earlier quoted context omitted.

I use a firefox mobile add-on called 'night mode - hacker news'

This[1] and other links tell me that there are no addons for Firefox on iOS. Sadly, that is what I use. [1] https://support.mozilla.org/en-US/kb/add-ons-firefox-ios

Firefox for iOS has night mode built in.

Re: Suggest to HN: D A R K M O D E

#26

Earlier quoted context omitted.

try this one: https://github.com/m-khvoinitsky/dark-background-light-text-...

The crazy thing is that people are suggesting things that should simply be added on as a function of the site. It's 2019, Dark mode is here to stay, why not just add it natively instead of having to install yet another plug-in/add-in/extension?

Because I disagree; user preferences should be a function of the client software rather than a function of the site. (This is especially true when the web page does not have its own CSS, or if it is a plain text file; then the user preferences on the client are used to decide the fonts, colours, etc. The web site shouldn't care about this.)

Re: Suggest to HN: D A R K M O D E

#27

Earlier quoted context omitted.

The crazy thing is that people are suggesting things that should simply be added on as a function of the site. It's 2019, Dark mode is here to stay, why not just add it natively instead of having to install yet another plug-in/add-in/extension?

Did you know the original proposal for CSS was meant to include "user styles"? They where even supposed to be blended on how much they should be yours or the websites. User Author Font o-----x--------------o 64% Color o-x------------------o 90% Margin o-------------x------o 37% Volume o---------x----------o 50% source: https://www.wiumlie.no/2006/phd/archive/www.w3.org/People/ho...

That is an unusual idea, although a lot of that stuff is good idea. Some of my ideas I wrote in a document how to make a better web browser program, some are similar to this, and some aren't, and some of the stuff in this document I can add.

Some things may be a problem when using multiple text colours in a single document (or to do reverse video when the document does not specify its own colours). But I had already thought of a way to work with that, which is to support indexed colours. (You could specify both an indexed and direct colour for the same property, so that the direct colour is normally used, but the indexed colour helps when needed.)

Of course, I would do it now with the existing CSS rather than the format there, although many things would be using "privileged" CSS codes, not available to document writers but are available to the user. There would also be additional unprivileged codes available, usable by both the user and the document author.

I also thought that many things can be done with "data-" attributes and CSS styles for availability by user stylesheets even if the document author does not use them. (I have used them in HTML documents that actually have no CSS at all, for this reason.)

Re: Suggest to HN: D A R K M O D E

#29
It's so frustrating to see all the negative responses here. Users have been asking for dark modes for 8 or 10 years now, why (especially for a site as simple as hackernews) is it dismissed? As a user, I don't want to have to install plugins or change browser/os settings, especially on mobile. I want a button on the website that changes the colors. Why is that so much to ask?

Re: Suggest to HN: D A R K M O D E

#30

Earlier quoted context omitted.

Did you know the original proposal for CSS was meant to include "user styles"? They where even supposed to be blended on how much they should be yours or the websites. User Author Font o-----x--------------o 64% Color o-x------------------o 90% Margin o-------------x------o 37% Volume o---------x----------o 50% source: https://www.wiumlie.no/2006/phd/archive/www.w3.org/People/ho...

That is an unusual idea, although a lot of that stuff is good idea. Some of my ideas I wrote in a document how to make a better web browser program, some are similar to this, and some aren't, and some of the stuff in this document I can add. Some things may be a problem when using multiple text colours in a single document (or to do reverse video when the document does not specify its own colours). But I had already…

Luckily userstyles have the privilege of loading last. I e.g. re-color my visited links globally.
Post reply on HN