-
-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
True monochromatic red-black night mode #3716
Comments
That would be a very significant redesign and quite significant effort to achieve this. |
Thanks for the quick reply. I understand the map and the UI with texts not use so many colours and would need only a few dark red levels defined in their palette. On the other hand the icons would have to be completely redesigned and the choice images (especially the surface ones) would get unusable in the current form. This is just an idea and a nice-to-have wish. Maybe more users will join and some nice solution could be done. |
Android 11 can make the screen black / white in the night. Perhaps this helps you. |
My EMUI 11.0 (Android 10) has this too, when you set "digital balance". It would be nice if it was "black / dull red" instead of "black / dull white" though. Something to suggest to Android makers I guess. There are also free apps like Red moon which allow making display reddish for night mode system-wide. |
Called as part of "Bedtime mode" in "Digital wellbeing". It can also tint it amber ("Night Light") edit: this is in Android 12, mind. |
Actually I think I will make the background for the forms etc. |
Helps (a little) with #3378, too :) |
…erted colors) (#3716) # Conflicts: # app/src/main/res/drawable-night-xxhdpi/speech_bubble_bottom_center.9.png # app/src/main/res/drawable-xxhdpi/speech_bubble_bottom_center.9.png # res/graphics/speech bubbles/speech_bubble_bottom_center.9.svg
There is one reason though I notice now: Modal dialogs darken the rest of the background so they stand out more. If the background is already black, there is nothing to darken and so the boundaries of the dialog are not well visible. I researched long whether it is possible to change the color of the background-darken: No, it is hardcoded. |
Use case
When walking in dark/low light environment, looking from time to time at a bright phone screen (even in dark mode), forces the eyes quickly adapt to its blue light and then back to the dark environment.
Proposed Solution
I'd like to have a true monochromatic night mode using colors between
#000000
and#FF0000
only. That would have no influence on the user's night vision.The text was updated successfully, but these errors were encountered: