Just wondering what you guys would prefer as the default setting when you enter a page/blog?
I would appreciate if you would give me your opinions.
Just wondering what you guys would prefer as the default setting when you enter a page/blog?
I would appreciate if you would give me your opinions.
For further actions, you may consider blocking this person and/or reporting abuse
katongole Isaac -
griffincodes1 -
Altug Gurkaynak -
ayka.code -
Once suspended, pjeziorowski will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, pjeziorowski will be able to comment and publish posts again.
Once unpublished, all posts by pjeziorowski will become hidden and only accessible to themselves.
If pjeziorowski is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Patryk Jeziorowski.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community π©βπ»π¨βπ» safe. Here is what you can do to flag pjeziorowski:
Unflagging pjeziorowski will restore default visibility to their posts.
Top comments (13)
There's a semi-new
prefers-color-scheme
CSS feature that allows for detection of the system-selected dark/light mode. As implementations of dark/light modes become more popular, I think using this would solve the issue of operating in a dark environment and being blasted with a bright screen and vice versa.developer.mozilla.org/en-US/docs/W...
That's a very interesting answer. The approach with
prefers-color-scheme
seems very sensible, but I see it's not supported yet in all browsers unluckily.I totally agree with that, despite it's not supported everywhere. My personal opinion is that the most modern approach is to use a dark theme at night and a light theme at day, switching between them automatically.
Personally do what you like and offer the alternative. I like dark themes my portfolio site and apps are dark themed but I always give a light theme option that is remembered on next visit/use.
I plan on implementing
prefers-color-scheme
when it becomes more mature.A lot of it also has to do with having good web accessibility (e.g. Contrast webaim.org/resources/contrastchecker/). Apps like Spotify have no issues with only using a dark theme because they pick their colors intelligently.
I would love for windows to change it basing on the sun position. Websites should follow
prefers-color-scheme
Nice idea for following the sun, great!
Light
You should use both. Dark is good for dark rooms. Light is good for bright rooms
Why don't you make a poll post? π
I think both
Dark
I think the theme should be based on the brand and what they are trying to represent. Colors help build a brand identity.
Some comments may only be visible to logged-in visitors. Sign in to view all comments.