-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add Dark Mode #68
Comments
Thanks for the suggestion! |
I would like to work on this issue |
Take it, @Krishpandya682 ! The theme of the app will have to adapt in response to it, but I'm not really sure how yet. Feel free to make your ideas into a PR! |
This commit may give some insights as well |
Hi Sorry, can you help me get started, I am unable to run the app using Android Studio |
Absolutely! |
Hey @Krishpandya682 ! |
Hi @LeoColman . Sorry I forgot to inform you but I will no longer be able to work on this issue as my computer is down. Sorry. |
This commit leverages MaterialTheme and its integration with the system to provide a dark theme to Petals App. MainActivity.kt was changed to calculate if the system is set to Dark All other files were changed to use MaterialTheme colors instead of their default colors. Closes #68 Signed-off-by: Leonardo Colman Lopes <dev@leonardo.colman.com.br>
This commit leverages MaterialTheme and its integration with the system to provide a dark theme to Petals App. MainActivity.kt was changed to calculate if the system is set to Dark All other files were changed to use MaterialTheme colors instead of their default colors. Closes #68 Signed-off-by: Leonardo Colman Lopes <dev@leonardo.colman.com.br>
@Wombosvideo |
Is your feature request related to a problem? Please describe.
When using this app I am mostly outside in the dark and my eyes start to get red, also from the blindingly bright screen.
Describe the solution you'd like
I'd like to have an option to turn the app into dark mode which would be a little easier on the eyes.
Describe alternatives you've considered
I tried to turn down the brightness but I was still in discomfort of the brightness. Also I know there is an option "Override Force Dark" or similar, allowing to turn any app into a non-eye-straining experience but it doesn't work in this app.
Another addition could be to adapt to the phones setting, because my phone is already set to dark.
Additional context
Yes.
The text was updated successfully, but these errors were encountered: